svn commit: r407917 - head/misc/ipbt

John Marino marino at FreeBSD.org
Tue Feb 2 23:50:01 UTC 2016


Author: marino
Date: Tue Feb  2 23:49:59 2016
New Revision: 407917
URL: https://svnweb.freebsd.org/changeset/ports/407917

Log:
  misc/ipbt: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
  
  approved by:	infrastructure blanket

Modified:
  head/misc/ipbt/Makefile

Modified: head/misc/ipbt/Makefile
==============================================================================
--- head/misc/ipbt/Makefile	Tue Feb  2 23:47:59 2016	(r407916)
+++ head/misc/ipbt/Makefile	Tue Feb  2 23:49:59 2016	(r407917)
@@ -10,9 +10,10 @@ MASTER_SITES=	http://www.chiark.greenend
 MAINTAINER=	uqs at 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
 


More information about the svn-ports-all mailing list