diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-01 15:38:43 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2004-03-01 15:38:43 +0000 |
commit | 573c5108810a8497188e3768b6059a9206b70aca (patch) | |
tree | 48db655d6b9ba006f7f60d827f6078feb9e6786e /lang/perl5.6/Makefile | |
parent | Stop breaking a hard link that led to a double packaging of the static e2fsck (diff) |
Fix the perl builds.
Diffstat (limited to '')
-rw-r--r-- | lang/perl5.6/Makefile | 8 |
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 |