diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-17 14:12:28 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2007-04-17 14:12:28 +0000 |
commit | 743c6a5978599809a977deef7be5d62e7ae8ae7d (patch) | |
tree | e0552083df13157fd701770980b8daeae2e88580 /audio/ripperx | |
parent | ec7cf3514a9cc123e0c91d7f2700ec02c489c75f (diff) | |
download | ports-743c6a5978599809a977deef7be5d62e7ae8ae7d.tar.gz ports-743c6a5978599809a977deef7be5d62e7ae8ae7d.zip |
Notes
Diffstat (limited to 'audio/ripperx')
-rw-r--r-- | audio/ripperx/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/ripperx/Makefile b/audio/ripperx/Makefile index 8e58707d2e13..ca3dc736f595 100644 --- a/audio/ripperx/Makefile +++ b/audio/ripperx/Makefile @@ -22,10 +22,4 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gtk12 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |