diff options
author | marino <marino@FreeBSD.org> | 2016-02-03 07:35:31 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-03 07:35:31 +0800 |
commit | 3d436713f270477e6d155266b470475d66c982b4 (patch) | |
tree | 014f63dade948e6fd39cfe031ff5fb6751ade442 /misc | |
parent | 486edebf8af7b932e11eef5eb491494d6d119f97 (diff) | |
download | freebsd-ports-gnome-3d436713f270477e6d155266b470475d66c982b4.tar.gz freebsd-ports-gnome-3d436713f270477e6d155266b470475d66c982b4.tar.zst freebsd-ports-gnome-3d436713f270477e6d155266b470475d66c982b4.zip |
misc/dvorak7min: document ncurses requirement (USES+=ncurses)
Also link with libncurses instead of libcurses
Diffstat (limited to 'misc')
-rw-r--r-- | misc/dvorak7min/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/dvorak7min/Makefile b/misc/dvorak7min/Makefile index 8fa71a32c829..3bc1322d0c8a 100644 --- a/misc/dvorak7min/Makefile +++ b/misc/dvorak7min/Makefile @@ -14,7 +14,9 @@ COMMENT= Ncurses-based Dvorak typing tutor LICENSE= GPLv2+ +USES= ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" post-patch: @${REINPLACE_CMD} -e \ |