aboutsummaryrefslogtreecommitdiff
path: root/audio/jack_ghero
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-14 15:03:54 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-14 15:03:54 +0000
commitb965e1be9af4fa81233a511519083eb99d6552af (patch)
treec59b6b2d5a7ed213439185ab53522ba3ccae854c /audio/jack_ghero
parent80acce70086f9b4563cbd12445fb05ca89097059 (diff)
downloadports-b965e1be9af4fa81233a511519083eb99d6552af.tar.gz
ports-b965e1be9af4fa81233a511519083eb99d6552af.zip
Notes
Diffstat (limited to 'audio/jack_ghero')
-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>