aboutsummaryrefslogtreecommitdiff
path: root/audio/pianobar
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-12-28 23:11:50 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-12-28 23:11:50 +0000
commitbc4939676278204986ad683da0b39cb09728d21b (patch)
treef126073e0e30982a51f425197091b8c0c7502e97 /audio/pianobar
parent674bdb734358385a1c374c63ca76303cecc01cd3 (diff)
downloadports-bc4939676278204986ad683da0b39cb09728d21b.tar.gz
ports-bc4939676278204986ad683da0b39cb09728d21b.zip
- restore CFLAGS/LDFLAGS ( won't build without clobbering )
PR: 174726
Notes
Notes: svn path=/head/; revision=309596
Diffstat (limited to 'audio/pianobar')
-rw-r--r--audio/pianobar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile
index 0375f710f1e3..51f405aa5c77 100644
--- a/audio/pianobar/Makefile
+++ b/audio/pianobar/Makefile
@@ -26,7 +26,7 @@ PLIST_FILES= bin/pianobar
USE_BZIP2= yes
USE_GMAKE= yes
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
+CFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>