diff options
author | marino <marino@FreeBSD.org> | 2016-02-04 06:38:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-04 06:38:51 +0800 |
commit | 7cc1e3e45f7fe1512b636546f6a5053d09ec5b46 (patch) | |
tree | 9e26c0d0b58159466f178b68bad83be7c98c5152 /sysutils/44bsd-more | |
parent | 4acd2a1d66150a972e31c9c11f105289a234d54c (diff) | |
download | freebsd-ports-gnome-7cc1e3e45f7fe1512b636546f6a5053d09ec5b46.tar.gz freebsd-ports-gnome-7cc1e3e45f7fe1512b636546f6a5053d09ec5b46.tar.zst freebsd-ports-gnome-7cc1e3e45f7fe1512b636546f6a5053d09ec5b46.zip |
sysutils/44bsd-more: document ncurses requirement (USES+=ncurses)
Also link with libncurses rather than libtermcap
approved by: infrastructure blanket
Diffstat (limited to 'sysutils/44bsd-more')
-rw-r--r-- | sysutils/44bsd-more/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/44bsd-more/Makefile b/sysutils/44bsd-more/Makefile index 154055c8ec25..32e8a5c3a798 100644 --- a/sysutils/44bsd-more/Makefile +++ b/sysutils/44bsd-more/Makefile @@ -9,10 +9,11 @@ MASTER_SITES= LOCAL/cy MAINTAINER= cy@FreeBSD.org COMMENT= The pager installed with FreeBSD before less(1) was imported -USES= tar:bzip2 +USES= ncurses tar:bzip2 NO_WRKSUBDIR= yes CFLAGS= -Wno-return-type +MAKE_ARGS= LDADD="-lncurses" RELDATE= 20000521 |