diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-20 01:38:17 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-20 01:38:17 +0000 |
commit | d39f7b712544658f3c2e5dc23ec6ee4edea20ec2 (patch) | |
tree | e6291fe7fced940e736537dd48fc9adbf0c6bb98 /net-p2p/transmission-cli | |
parent | 776f3e4fd1ba22c26fa6a4d343530f54e66f4203 (diff) | |
download | ports-d39f7b712544658f3c2e5dc23ec6ee4edea20ec2.tar.gz ports-d39f7b712544658f3c2e5dc23ec6ee4edea20ec2.zip |
Notes
Diffstat (limited to 'net-p2p/transmission-cli')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 08b9e538f12b..b65eb5a8297d 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -16,7 +16,7 @@ COMMENT= A free BitTorrent client written from scratch in C BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam -CFLAGS+= -Wall -W +CFLAGS+= -Wall -W ${CPPFLAGS} USE_REINPLACE= yes HAS_CONFIGURE= yes USE_GETOPT_LONG=yes |