Date: Wed, 9 Aug 2006 06:40:32 GMT From: User1001 <supraexpress@globaleyes.net> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/101529: editors/the can be built automatically for full X11 capabilities with a few minor changes Message-ID: <200608090640.k796eWLl073674@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/101529; it has been noted by GNATS. From: User1001 <supraexpress@globaleyes.net> To: bug-followup@FreeBSD.org, supraexpress@globaleyes.net Cc: Subject: Re: ports/101529: editors/the can be built automatically for full X11 capabilities with a few minor changes Date: Wed, 09 Aug 2006 01:37:32 -0500 Please modify the previous changes for WITH_CURSES from + .if defined(WITH_XCURSES) + CONFIGURE_ARGS+= --with-xcurses + LIB_DEPENDS+= XCurses.8:${PORTSDIR}/devel/pdcurses + .endif to + .if defined(WITH_XCURSES) + CONFIGURE_ARGS+= --with-xcurses \ + --with-cursesincdir=/usr/local/include \ + --with-curseslibdir=/usr/local/lib + LIB_DEPENDS+= XCurses.2:${PORTSDIR}/devel/pdcurses + .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608090640.k796eWLl073674>