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/bmp-modplug | |
parent | 3431e8e6b5a7809464399f2ef8c2e262d44714b6 (diff) | |
download | ports-4553f0d1d039940b882b15c868b38efea21e99b7.tar.gz ports-4553f0d1d039940b882b15c868b38efea21e99b7.zip |
Notes
Diffstat (limited to 'audio/bmp-modplug')
-rw-r--r-- | audio/bmp-modplug/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/bmp-modplug/Makefile b/audio/bmp-modplug/Makefile index 1f5243ed8a05..44fbb055bc6f 100644 --- a/audio/bmp-modplug/Makefile +++ b/audio/bmp-modplug/Makefile @@ -34,7 +34,13 @@ HAS_CONFIGURE= yes PLUGDIR?= lib/bmp/Input PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile on FreeBSD 4.x +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so ${PREFIX}/${PLUGDIR}/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |