summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/newt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/newt/Makefile b/devel/newt/Makefile
index 60aee1e25729..9af10543ede9 100644
--- a/devel/newt/Makefile
+++ b/devel/newt/Makefile
@@ -14,14 +14,14 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libslang.so:${PORTSDIR}/devel/libslang2 \
libpopt.so:${PORTSDIR}/devel/popt
-USES= gmake
+USES= gmake ncurses
GNU_CONFIGURE= yes
MAKE_ENV= PCFLAGS="${CFLAGS}"
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE= yes
CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lcurses
+LDFLAGS+= -L${LOCALBASE}/lib -lncurses
PLIST_SUB= SOVERSION="${SOVERSION}" \
VERSION="${PORTVERSION}"