diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 23:35:17 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-29 23:35:17 +0000 |
commit | 4553f0d1d039940b882b15c868b38efea21e99b7 (patch) | |
tree | e49c21f78390478e0c90431d2bf45c85673a84e2 /audio/xmms-modplug | |
parent | 3431e8e6b5a7809464399f2ef8c2e262d44714b6 (diff) | |
download | ports-4553f0d1d039940b882b15c868b38efea21e99b7.tar.gz ports-4553f0d1d039940b882b15c868b38efea21e99b7.zip |
Notes
Diffstat (limited to 'audio/xmms-modplug')
-rw-r--r-- | audio/xmms-modplug/Makefile | 8 |
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> |