summaryrefslogtreecommitdiff
path: root/audio/xmms-modplug
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-04-17 22:55:23 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-04-17 22:55:23 +0000
commit58fbb6152ccb1630ce28ff31c7dfd2ddc12d877e (patch)
tree691181bdcc1603a9e98621425afa5630cc9ab15f /audio/xmms-modplug
parent- Fix build on pointyhat (easy_install, platform name) (diff)
- Remove 4.x support from some of my ports
PR: ports/111649, ports/111664, ports/111673, ports/111674, ports/111695 Submitted by: edwin
Diffstat (limited to 'audio/xmms-modplug')
-rw-r--r--audio/xmms-modplug/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile
index a03323152dcd..590605fb30be 100644
--- a/audio/xmms-modplug/Makefile
+++ b/audio/xmms-modplug/Makefile
@@ -26,16 +26,10 @@ HAS_CONFIGURE= yes
PLUGDIR?= lib/xmms/Input
PLIST_FILES= ${PLUGDIR}/libmodplugxmms.so
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on FreeBSD 4.x
-.endif
-
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>