diff options
author | sat <sat@FreeBSD.org> | 2007-04-18 06:55:23 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-18 06:55:23 +0800 |
commit | 63c55c14bf6f8998ccf5c5adf1d02860052c9a75 (patch) | |
tree | bc8c504f40a3be953b16202802e87128347236d6 /audio/bmp-modplug | |
parent | 7e96b57d9531c674ce7289b2d90913a00f11f880 (diff) | |
download | freebsd-ports-gnome-63c55c14bf6f8998ccf5c5adf1d02860052c9a75.tar.gz freebsd-ports-gnome-63c55c14bf6f8998ccf5c5adf1d02860052c9a75.tar.zst freebsd-ports-gnome-63c55c14bf6f8998ccf5c5adf1d02860052c9a75.zip |
- 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/bmp-modplug')
-rw-r--r-- | audio/bmp-modplug/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/bmp-modplug/Makefile b/audio/bmp-modplug/Makefile index d7e6a1f8d8a9..ab673a7c5730 100644 --- a/audio/bmp-modplug/Makefile +++ b/audio/bmp-modplug/Makefile @@ -30,13 +30,7 @@ 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.post.mk> +.include <bsd.port.mk> |