diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-05-21 09:53:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-05-21 09:53:23 +0800 |
commit | b593c1039bc46b5ab0f80da716376ae4888dd39d (patch) | |
tree | 2420e1c4b9db6aac099840b52fdae1e7799d85b1 /lang/polyml/Makefile | |
parent | 6885e0e507039772f8552f3f6215b6072e49223d (diff) | |
download | freebsd-ports-graphics-b593c1039bc46b5ab0f80da716376ae4888dd39d.tar.gz freebsd-ports-graphics-b593c1039bc46b5ab0f80da716376ae4888dd39d.tar.zst freebsd-ports-graphics-b593c1039bc46b5ab0f80da716376ae4888dd39d.zip |
- Update to 5.4.1
- While I'm here, remove outdated OSVERSION check
PR: ports/168180
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> (maintainer)
Diffstat (limited to 'lang/polyml/Makefile')
-rw-r--r-- | lang/polyml/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile index e58aad23901..b00ceb84da7 100644 --- a/lang/polyml/Makefile +++ b/lang/polyml/Makefile @@ -6,7 +6,7 @@ # PORTNAME= polyml -PORTVERSION= 5.4 +PORTVERSION= 5.4.1 CATEGORIES= lang MASTER_SITES= SF DISTNAME= ${PORTNAME}.${PORTVERSION} @@ -35,10 +35,4 @@ PLIST_FILES= bin/poly \ MAN1= poly.1 polyimport.1 MANCOMPRESSED= no -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 700000 && ${ARCH} == "amd64" -USE_GCC= 4.2+ -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |