diff options
author | trasz <trasz@FreeBSD.org> | 2007-04-17 14:12:28 +0000 |
---|---|---|
committer | trasz <trasz@FreeBSD.org> | 2007-04-17 14:12:28 +0000 |
commit | c6ae39619fd1f34c9040191cdcc1c5b51c009c0e (patch) | |
tree | 6c1d1c4f420e1c34e9771ea3c0cd02b23d7ce1db /audio | |
parent | d7bf6a1aef621e4a4b9a87144240fdaad4ca3684 (diff) | |
download | FreeBSD-ports-c6ae39619fd1f34c9040191cdcc1c5b51c009c0e.zip FreeBSD-ports-c6ae39619fd1f34c9040191cdcc1c5b51c009c0e.tar.gz |
Remove workarounds for FreeBSD 4.
PR: ports/111687
Submitted by: edwin
Approved by: miwi (mentor)
Diffstat (limited to 'audio')
-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 8e58707..ca3dc73 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> |