diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 22:59:06 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 22:59:06 +0000 |
commit | 076885f7f631690b53d937d11cc49bd9faa81dbb (patch) | |
tree | 7dd54f6feb8bd953cda20a37698afa5f87df1a77 /audio/playgsf/Makefile | |
parent | 43eff73c3efd9f79c4b87b5f4da5596589484869 (diff) | |
download | ports-076885f7f631690b53d937d11cc49bd9faa81dbb.tar.gz ports-076885f7f631690b53d937d11cc49bd9faa81dbb.zip |
Notes
Diffstat (limited to 'audio/playgsf/Makefile')
-rw-r--r-- | audio/playgsf/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/audio/playgsf/Makefile b/audio/playgsf/Makefile index 48e61ffbe724..aacbbf21f830 100644 --- a/audio/playgsf/Makefile +++ b/audio/playgsf/Makefile @@ -27,12 +27,6 @@ ONLY_FOR_ARCHS= i386 amd64 PORTSCOUT= skipv:0.7.2 -.include <bsd.port.options.mk> - -.if ${OSVERSION} >= 901000 -EXTRA_PATCHES= ${FILESDIR}/extrapatch-VBA__Util.cpp -.endif - post-patch: @${REINPLACE_CMD} \ -e 's|\([[:space:]]*\).*configure.*|\1@true|' \ |