diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 23:03:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 23:03:54 +0800 |
commit | 523010d5aba40806090584634ee958cb0481f679 (patch) | |
tree | c59b6b2d5a7ed213439185ab53522ba3ccae854c /audio | |
parent | c21e11e48675d0bdb4b433089c9b44451edf6228 (diff) | |
download | freebsd-ports-gnome-523010d5aba40806090584634ee958cb0481f679.tar.gz freebsd-ports-gnome-523010d5aba40806090584634ee958cb0481f679.tar.zst freebsd-ports-gnome-523010d5aba40806090584634ee958cb0481f679.zip |
- Stage support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/jack_ghero/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/audio/jack_ghero/Makefile b/audio/jack_ghero/Makefile index 17f37100bc42..e6c0a38d0f54 100644 --- a/audio/jack_ghero/Makefile +++ b/audio/jack_ghero/Makefile @@ -15,11 +15,9 @@ LICENSE= BSD LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack USE_BZIP2= yes -NO_STAGE= yes -MANCOMPRESSED= yes -MAN8= jack_ghero.8 -PLIST_FILES= sbin/jack_ghero +PLIST_FILES= sbin/jack_ghero \ + man/man8/jack_ghero.8.gz OPTIONS_DEFINE= DEBUG @@ -32,8 +30,4 @@ MAKE_ARGS+=" PTHREAD_LIBS=${PTHREAD_LIBS}" MAKE_ARGS+=" HAVE_DEBUG=YES" .endif -.if ${OSVERSION} < 800000 -IGNORE= requires usb stack from FreeBSD 8.0-RELEASE or later -.endif - .include <bsd.port.mk> |