aboutsummaryrefslogtreecommitdiffstats
path: root/lang/perl5.6/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-03-01 23:38:43 +0800
committerobrien <obrien@FreeBSD.org>2004-03-01 23:38:43 +0800
commitd3a48c59f9b467d6029629cd9cbca4cb25d22ca7 (patch)
treed62a22900353679855ece8f4bcc514b2fb2f2b93 /lang/perl5.6/Makefile
parent9e354c854c2228608a1a0962fcb06dc7b0f73d32 (diff)
downloadfreebsd-ports-gnome-d3a48c59f9b467d6029629cd9cbca4cb25d22ca7.tar.gz
freebsd-ports-gnome-d3a48c59f9b467d6029629cd9cbca4cb25d22ca7.tar.zst
freebsd-ports-gnome-d3a48c59f9b467d6029629cd9cbca4cb25d22ca7.zip
Fix the perl builds.
Diffstat (limited to 'lang/perl5.6/Makefile')
-rw-r--r--lang/perl5.6/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile
index c83bd43befbf..2b1ab97b1f60 100644
--- a/lang/perl5.6/Makefile
+++ b/lang/perl5.6/Makefile
@@ -23,10 +23,6 @@ PERL_VER= 5.6.1
PERL_ARCH= mach
PERL_VERSION= ${PERL_VER}
-.if ${OSVERSION} >= 502100
-LATEST_LINK= perl5.6
-.endif
-
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \
@@ -63,6 +59,10 @@ INCLUDEDIR= /usr/include
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 502100
+LATEST_LINK= perl5.6
+.endif
+
.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100
PKGMESSAGE= ${PKGDIR}/.not-here
.endif