diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-06 16:36:34 +0000 |
commit | e8f615fbc715f42707a29c7edb35e44d385cf208 (patch) | |
tree | f3d03c9a8d450e1086285595fa1bf043f7497bf6 /audio/py-pyliblo | |
parent | d79546650036a31ea6a476b307e54f0c4f692f31 (diff) | |
download | ports-e8f615fbc715f42707a29c7edb35e44d385cf208.tar.gz ports-e8f615fbc715f42707a29c7edb35e44d385cf208.zip |
Notes
Diffstat (limited to 'audio/py-pyliblo')
-rw-r--r-- | audio/py-pyliblo/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/py-pyliblo/Makefile b/audio/py-pyliblo/Makefile index 46ebaa67dd3c..db997be9244e 100644 --- a/audio/py-pyliblo/Makefile +++ b/audio/py-pyliblo/Makefile @@ -37,10 +37,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/examples.html ${DOCSDIR} .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |