aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-14 23:03:54 +0800
committermiwi <miwi@FreeBSD.org>2014-02-14 23:03:54 +0800
commit523010d5aba40806090584634ee958cb0481f679 (patch)
treec59b6b2d5a7ed213439185ab53522ba3ccae854c /audio
parentc21e11e48675d0bdb4b433089c9b44451edf6228 (diff)
downloadfreebsd-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/Makefile10
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>