svn commit: r407925 - head/misc/pdmenu
John Marino
marino at FreeBSD.org
Wed Feb 3 00:16:14 UTC 2016
Author: marino
Date: Wed Feb 3 00:16:12 2016
New Revision: 407925
URL: https://svnweb.freebsd.org/changeset/ports/407925
Log:
misc/pdmenu: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libcurses
Modified:
head/misc/pdmenu/Makefile
Modified: head/misc/pdmenu/Makefile
==============================================================================
--- head/misc/pdmenu/Makefile Wed Feb 3 00:14:24 2016 (r407924)
+++ head/misc/pdmenu/Makefile Wed Feb 3 00:16:12 2016 (r407925)
@@ -17,7 +17,7 @@ LIB_DEPENDS= libslang.so:${PORTSDIR}/dev
WRKSRC= ${WRKDIR}/${PORTNAME}
-USES= gettext gmake shebangfix
+USES= gettext gmake ncurses shebangfix
SHEBANG_FILES= examples/showdir.pl
GNU_CONFIGURE= yes
CONFIGURE_ENV= SLANG_H_LOC="${LOCALBASE}/include/slang.h" \
@@ -26,7 +26,7 @@ MAKE_ENV= INSTALL_PREFIX="${STAGEDIR}"
CFLAGS+= -I${LOCALBASE}/include
CPPFLAGS+= -I${LOCALBASE}/include
-LIBS+= -L${LOCALBASE}/lib -lcurses -lintl
+LIBS+= -L${LOCALBASE}/lib -lncurses -lintl
post-patch:
@${REINPLACE_CMD} -e \
More information about the svn-ports-head
mailing list