Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Feb 2016 00:16:12 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407925 - head/misc/pdmenu
Message-ID:  <201602030016.u130GCiY021647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602030016.u130GCiY021647>