diff options
author | marino <marino@FreeBSD.org> | 2016-02-05 18:13:23 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-05 18:13:23 +0800 |
commit | c28d472e865e3c480c7eab3260772d25b1b4adc2 (patch) | |
tree | 39b66b4b16234a79044abbc46cb2cf81cb42630f /mail/popcheck | |
parent | 0d89d952bb62911492e353beb6347b893c4b9182 (diff) | |
download | freebsd-ports-gnome-c28d472e865e3c480c7eab3260772d25b1b4adc2.tar.gz freebsd-ports-gnome-c28d472e865e3c480c7eab3260772d25b1b4adc2.tar.zst freebsd-ports-gnome-c28d472e865e3c480c7eab3260772d25b1b4adc2.zip |
mail/popcheck: USES+= ncurses, respect LDFLAGS
Also link with libncurses instead of libcurses
Diffstat (limited to 'mail/popcheck')
-rw-r--r-- | mail/popcheck/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/popcheck/Makefile b/mail/popcheck/Makefile index 6474c6018733..4eddff7bb3c1 100644 --- a/mail/popcheck/Makefile +++ b/mail/popcheck/Makefile @@ -11,8 +11,9 @@ DISTNAME= popcheck MAINTAINER= ports@FreeBSD.org COMMENT= Preview and delete messages in POP3 mailbox +USES= ncurses ALL_TARGET= popcheck - +MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses" PLIST_FILES= bin/popcheck man/man1/popcheck.1.gz do-install: |