aboutsummaryrefslogtreecommitdiff
path: root/lang/polyml/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-21 01:53:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-05-21 01:53:23 +0000
commitffde96edb4906549395e0bf01a42cd947596a682 (patch)
treeaf3323f544c79a31deaa2ccc29dcd222b20a599e /lang/polyml/Makefile
parent13a3e72ea83af17eeb4fce94b9d5cb3684b7294a (diff)
downloadports-ffde96edb4906549395e0bf01a42cd947596a682.tar.gz
ports-ffde96edb4906549395e0bf01a42cd947596a682.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)
Notes
Notes: svn path=/head/; revision=297064
Diffstat (limited to 'lang/polyml/Makefile')
-rw-r--r--lang/polyml/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/polyml/Makefile b/lang/polyml/Makefile
index e58aad23901f..b00ceb84da78 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>