diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2012-12-29 07:11:50 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2012-12-29 07:11:50 +0800 |
commit | bc4939676278204986ad683da0b39cb09728d21b (patch) | |
tree | f126073e0e30982a51f425197091b8c0c7502e97 /audio | |
parent | 674bdb734358385a1c374c63ca76303cecc01cd3 (diff) | |
download | freebsd-ports-gnome-bc4939676278204986ad683da0b39cb09728d21b.tar.gz freebsd-ports-gnome-bc4939676278204986ad683da0b39cb09728d21b.tar.zst freebsd-ports-gnome-bc4939676278204986ad683da0b39cb09728d21b.zip |
- restore CFLAGS/LDFLAGS ( won't build without clobbering )
PR: 174726
Diffstat (limited to 'audio')
-rw-r--r-- | audio/pianobar/Makefile | 4 |
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> |