diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 02:16:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-04-16 02:16:11 +0000 |
commit | d2c492dfd6e6c38a37defa7e88bb72b5ad9b10f6 (patch) | |
tree | c970d13fc84cbe2894764bf1cddc877bc0a1b821 /audio/nogger | |
parent | Remove 'always true' condition (diff) |
Remove conditionals around IGNORE
Notes
Notes:
svn path=/head/; revision=190052
Diffstat (limited to 'audio/nogger')
-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> |