diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-07 01:45:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-07 01:45:00 +0800 |
commit | 316170a9b963b2aa1860aef8a30bc3cbad467c7b (patch) | |
tree | ae0a1754efdc6bf7a091050fbdb777d9f5058a00 /audio/gmidimonitor | |
parent | 4e98a3ed4cab677ca2857b59158510c5692e4e15 (diff) | |
download | freebsd-ports-gnome-316170a9b963b2aa1860aef8a30bc3cbad467c7b.tar.gz freebsd-ports-gnome-316170a9b963b2aa1860aef8a30bc3cbad467c7b.tar.zst freebsd-ports-gnome-316170a9b963b2aa1860aef8a30bc3cbad467c7b.zip |
Support stage
Diffstat (limited to 'audio/gmidimonitor')
-rw-r--r-- | audio/gmidimonitor/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/audio/gmidimonitor/Makefile b/audio/gmidimonitor/Makefile index 447cbc48e3bd..c34edd7e49c1 100644 --- a/audio/gmidimonitor/Makefile +++ b/audio/gmidimonitor/Makefile @@ -13,9 +13,7 @@ COMMENT= GTK+ application that shows MIDI events LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \ liblash.so:${PORTSDIR}/audio/lash -USES= pkgconfig -NO_STAGE= yes -USE_BZIP2= yes +USES= pkgconfig tar:bzip2 USE_GNOME= gtk20 libglade2 LICENSE= GPLv2 @@ -33,6 +31,6 @@ do-build: @(cd ${WRKSRC} && ./waf ${MAKE_JOBS_ARGS}) do-install: - @(cd ${WRKSRC} && ./waf install) + @(cd ${WRKSRC} && ./waf --destdir=${STAGEDIR} install) .include <bsd.port.mk> |