diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nogger/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/nogger/Makefile b/audio/nogger/Makefile index 570d2392a6b2..801041070383 100644 --- a/audio/nogger/Makefile +++ b/audio/nogger/Makefile @@ -18,11 +18,7 @@ LIB_DEPENDS= vorbis.3:${PORTSDIR}/audio/libvorbis USE_GNOME= gtk20 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500113 -IGNORE= just makes a humming noise -.endif +IGNORE= just makes a humming noise PLIST_FILES= bin/nogger .ifndef(NOPORTDOCS) @@ -43,4 +39,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |