diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:03:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-14 15:03:54 +0000 |
commit | b965e1be9af4fa81233a511519083eb99d6552af (patch) | |
tree | c59b6b2d5a7ed213439185ab53522ba3ccae854c /audio/jack_ghero | |
parent | 80acce70086f9b4563cbd12445fb05ca89097059 (diff) | |
download | ports-b965e1be9af4fa81233a511519083eb99d6552af.tar.gz ports-b965e1be9af4fa81233a511519083eb99d6552af.zip |
Notes
Diffstat (limited to 'audio/jack_ghero')
-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> |