diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-11 08:34:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-04-11 08:34:17 +0000 |
commit | 8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f (patch) | |
tree | 82565381028ebd8b5a674bafdecce3a45c5c2e6d /games/latrine/Makefile | |
parent | 0a59b351f616abe849539bc2afbc8eba4abe8004 (diff) | |
download | ports-8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f.tar.gz ports-8d27ddb9bd993385ce5d7a9b17e2fe231ec8c69f.zip |
Notes
Diffstat (limited to 'games/latrine/Makefile')
-rw-r--r-- | games/latrine/Makefile | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/latrine/Makefile b/games/latrine/Makefile index 4021a95be645..c6c631353c69 100644 --- a/games/latrine/Makefile +++ b/games/latrine/Makefile @@ -18,22 +18,14 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= "CFLAGS=-I${LOCALBASE}/include -I${WRKDIR} -D_XOPEN_SOURCE_EXTENDED" LDFLAGS=-L${LOCALBASE}/lib USE_GMAKE= yes USE_GETTEXT= yes +USE_NCURSES= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= latrine.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) -LIB_DEPENDS+= ncursesw.5:${PORTSDIR}/devel/ncurses -.endif - post-patch: -.if ${OSVERSION} < 602107 || (${OSVERSION} > 700000 && ${OSVERSION} < 700033) - ${MKDIR} ${WRKDIR}/ncursesw - ${LN} -s ${LOCALBASE}/include/ncurses/ncurses.h ${WRKDIR}/ncursesw/ncurses.h -.else @${REINPLACE_CMD} -e 's,ncursesw/ncurses.h,ncurses.h,' \ ${WRKSRC}/charset.h ${WRKSRC}/screen.c -.endif .include <bsd.port.post.mk> |