aboutsummaryrefslogtreecommitdiff
path: root/audio/xmms-modplug
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-01-29 23:35:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-01-29 23:35:17 +0000
commit4553f0d1d039940b882b15c868b38efea21e99b7 (patch)
treee49c21f78390478e0c90431d2bf45c85673a84e2 /audio/xmms-modplug
parent3431e8e6b5a7809464399f2ef8c2e262d44714b6 (diff)
downloadports-4553f0d1d039940b882b15c868b38efea21e99b7.tar.gz
ports-4553f0d1d039940b882b15c868b38efea21e99b7.zip
- Mark BROKEN on 4.X
PR: ports/92479 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com>
Notes
Notes: svn path=/head/; revision=154752
Diffstat (limited to 'audio/xmms-modplug')
-rw-r--r--audio/xmms-modplug/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/xmms-modplug/Makefile b/audio/xmms-modplug/Makefile
index b7ba5e65ff9a..97596780c159 100644
--- a/audio/xmms-modplug/Makefile
+++ b/audio/xmms-modplug/Makefile
@@ -24,7 +24,13 @@ 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
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/modplugxmms/.libs/libmodplugxmms.so ${PREFIX}/${PLUGDIR}/
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>