diff options
author | marino <marino@FreeBSD.org> | 2016-02-03 07:49:59 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-02-03 07:49:59 +0800 |
commit | 931ed6b2dfb56c0f59ade5cf195ad72c713d3918 (patch) | |
tree | 092511cebe5aa004fd98f5661ccac816753cc11e /misc | |
parent | 5ecae91eec35d11b638b4f0dffac6aa2a08ae9fa (diff) | |
download | freebsd-ports-gnome-931ed6b2dfb56c0f59ade5cf195ad72c713d3918.tar.gz freebsd-ports-gnome-931ed6b2dfb56c0f59ade5cf195ad72c713d3918.tar.zst freebsd-ports-gnome-931ed6b2dfb56c0f59ade5cf195ad72c713d3918.zip |
misc/ipbt: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
approved by: infrastructure blanket
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ipbt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ipbt/Makefile b/misc/ipbt/Makefile index 5a46db690143..15288c63175f 100644 --- a/misc/ipbt/Makefile +++ b/misc/ipbt/Makefile @@ -10,9 +10,10 @@ MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/ipbt/ \ MAINTAINER= uqs@FreeBSD.org COMMENT= High-tech ttyrec player with improvements over ttyplay -USES= perl5 shebangfix +USES= ncurses perl5 shebangfix ALL_TARGET= ${PORTNAME} +MAKE_ARGS= LFLAGS="${LDFLAGS}" PLIST_FILES= bin/ipbt bin/ttygrep bin/ttydump man/man1/ipbt.1.gz SHEBANG_FILES= sbcsgen.pl Makefile ttygrep ttydump |