diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-27 16:32:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-12-27 16:32:49 +0000 |
commit | d2d376a99afaf0bac0574ab8f5dec5e56d1aaee5 (patch) | |
tree | 7bb58ae7e857e1a67262d07556602ce74997f2da | |
parent | a8ee87b62c2c4d8dfe75e2be75a03d72d75f1a92 (diff) | |
download | freebsd-ports-d2d376a99afaf0bac0574ab8f5dec5e56d1aaee5.zip |
Ensure the package is linked to the proper ncurses implementation
-rw-r--r-- | shells/wcd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index 150ded1731f9..f1ca7056547d 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/doc/copying.txt USES= gmake ncurses MAKE_ARGS= EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \ - mandir=${PREFIX}/man + mandir=${PREFIX}/man LIB_CURSES=-l${NCURSES_IMPL} CFLAGS+= -I${NCURSESINC} OPTIONS_DEFINE= DOCS NLS |