aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pianobar
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-10-20 16:12:20 +0800
committermarino <marino@FreeBSD.org>2014-10-20 16:12:20 +0800
commit90869355c500df46e3b6017d8e0b1a2db48a1ce8 (patch)
tree6661e7ce62892409aaddb9d650570241a1b6af3c /audio/pianobar
parentb8ee2cf998a8f43df9486683be50e802f6f40bfa (diff)
downloadfreebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.tar.gz
freebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.tar.zst
freebsd-ports-gnome-90869355c500df46e3b6017d8e0b1a2db48a1ce8.zip
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
Diffstat (limited to 'audio/pianobar')
-rw-r--r--audio/pianobar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/pianobar/Makefile b/audio/pianobar/Makefile
index d20375e0af7d..e5fe01e4b1db 100644
--- a/audio/pianobar/Makefile
+++ b/audio/pianobar/Makefile
@@ -22,7 +22,7 @@ LIB_DEPENDS= libao.so:${PORTSDIR}/audio/libao \
PLIST_FILES= bin/pianobar \
man/man1/pianobar.1.gz
-USES= tar:bzip2 gmake pkgconfig
+USES= alias gmake pkgconfig tar:bzip2
MAKE_ARGS+= CC="${CC}" PREFIX="${PREFIX}"
CFLAGS+= -I${LOCALBASE}/include -std=c99