diff options
author | John Marino <marino@FreeBSD.org> | 2014-10-20 08:12:20 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-10-20 08:12:20 +0000 |
commit | badd7a1eba6479ee7b956567b6e8eb149be43671 (patch) | |
tree | 6661e7ce62892409aaddb9d650570241a1b6af3c /audio/pianobar | |
parent | 8da45592599ee1bb93b867bd1fff95633295b472 (diff) |
Notes
Diffstat (limited to 'audio/pianobar')
-rw-r--r-- | audio/pianobar/Makefile | 2 |
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 |