diff options
author | markus <markus@FreeBSD.org> | 2007-04-24 23:13:34 +0000 |
---|---|---|
committer | markus <markus@FreeBSD.org> | 2007-04-24 23:13:34 +0000 |
commit | 7c580e6b77610ebbbdf8d308dd128d89aa55f125 (patch) | |
tree | 0c0fa11bbf4c4b2e7215da0fc7456458edd8ffd8 /audio/k3bmonkeyaudioplugin | |
parent | e20a3615a6cf3378f9436b97abe9c0b241912617 (diff) | |
download | FreeBSD-ports-7c580e6b77610ebbbdf8d308dd128d89aa55f125.zip FreeBSD-ports-7c580e6b77610ebbbdf8d308dd128d89aa55f125.tar.gz |
Remove RELENG_4 BROKEN message
PR: ports/111663
Submitted by: edwin
Diffstat (limited to 'audio/k3bmonkeyaudioplugin')
-rw-r--r-- | audio/k3bmonkeyaudioplugin/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/k3bmonkeyaudioplugin/Makefile b/audio/k3bmonkeyaudioplugin/Makefile index cb8f57e..9ac5c1a 100644 --- a/audio/k3bmonkeyaudioplugin/Makefile +++ b/audio/k3bmonkeyaudioplugin/Makefile @@ -24,10 +24,4 @@ USE_LDCONFIG= ${PREFIX}/lib/kde3 post-patch: @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile on FreeBSD 4.x -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |