diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-16 07:53:47 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2007-04-16 07:53:47 +0000 |
commit | 51ba53522af79f9be99522be1a7b75bacb6b3149 (patch) | |
tree | c3a35a3da1e37e81e319949a497718aeac5def0d | |
parent | Cleanup non-supported FreeBSD versions (diff) |
Cleanup non-supported FreeBSD versions
PR: 111667
Submitted by: edwin
Notes
Notes:
svn path=/head/; revision=190086
-rw-r--r-- | audio/libadplug/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile index d9142aca4ea5..cb622d988252 100644 --- a/audio/libadplug/Makefile +++ b/audio/libadplug/Makefile @@ -34,12 +34,6 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS} ${CPPFLAGS}" \ INFO= libadplug MAN1= adplugdb.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= does not build on 4.x -.endif - post-patch: @${REINPLACE_CMD} -E 's#<(binfile.h|binio.h|binstr.h)>#<libbinio/\1>#' \ ${WRKSRC}/adplugdb/adplugdb.cpp \ @@ -56,4 +50,4 @@ post-patch: ${WRKSRC}/Makefile.in \ ${WRKSRC}/Makefile.am -.include <bsd.port.post.mk> +.include <bsd.port.mk> |