Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Feb 2016 23:49:59 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r407917 - head/misc/ipbt
Message-ID:  <201602022349.u12Nnxph012263@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602022349.u12Nnxph012263>