aboutsummaryrefslogtreecommitdiff
path: root/audio/cam/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-09-23 16:18:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-09-23 16:22:54 +0000
commit266130ce71ef2f1cd944a70789bf003da3254c29 (patch)
tree9d1d11a998d94ba964697fc8d56f65eed716d239 /audio/cam/Makefile
parent3556bb222640f4cf6dd22a59542fafdf5ffbd934 (diff)
downloadports-266130ce71ef2f1cd944a70789bf003da3254c29.tar.gz
ports-266130ce71ef2f1cd944a70789bf003da3254c29.zip
ncurses: fix build with futur base and ports ncurses
in preparation for the split in base of libtinfo and libncurses, clearly specify when the packages should link against. Note this also fixes the build with ports ncurses
Diffstat (limited to 'audio/cam/Makefile')
-rw-r--r--audio/cam/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cam/Makefile b/audio/cam/Makefile
index 3802edd5d96f..84003b177b42 100644
--- a/audio/cam/Makefile
+++ b/audio/cam/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses tar:tgz
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
- LIBS="${LDFLAGS} -lncurses" \
+ LIBS="${LDFLAGS} ${NCURSESLIBS}" \
BINDIR="${PREFIX}/bin" \
MANDIR="${PREFIX}/share/man/man1" \
XEFILE=""