diff options
-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> |