aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-04-16 10:16:11 +0800
committeredwin <edwin@FreeBSD.org>2007-04-16 10:16:11 +0800
commit1c2f8a9d48f330d901140d26fcd1014ad4cc9bf2 (patch)
tree5eb80f8690661a55acecfd3c60820b75ded43aca /audio
parent1aab03afebc891d88a8de8f45de81b39e2ec1d71 (diff)
downloadfreebsd-ports-gnome-1c2f8a9d48f330d901140d26fcd1014ad4cc9bf2.tar.gz
freebsd-ports-gnome-1c2f8a9d48f330d901140d26fcd1014ad4cc9bf2.tar.zst
freebsd-ports-gnome-1c2f8a9d48f330d901140d26fcd1014ad4cc9bf2.zip
Remove conditionals around IGNORE
Diffstat (limited to 'audio')
-rw-r--r--audio/nogger/Makefile8
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>