diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2007-04-24 23:13:34 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2007-04-24 23:13:34 +0000 |
commit | 6d2d71041a1e1af490f13343a0398375cd0de583 (patch) | |
tree | 497a1992679a160b4988f36b91e931df2c813afe /audio/k3bmonkeyaudioplugin | |
parent | d6414e362d88973a45ba9661f7165166895d7e67 (diff) | |
download | ports-6d2d71041a1e1af490f13343a0398375cd0de583.tar.gz ports-6d2d71041a1e1af490f13343a0398375cd0de583.zip |
Notes
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 cb8f57eddc84..9ac5c1a9bcd8 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> |