diff options
-rw-r--r-- | lang/perl5.6/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5.6/Makefile b/lang/perl5.6/Makefile index 7593c3f7e17d..415bc2b9e3a5 100644 --- a/lang/perl5.6/Makefile +++ b/lang/perl5.6/Makefile @@ -59,7 +59,7 @@ INCLUDEDIR= /usr/include .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500043 +.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100 PKGMESSAGE= ${PKGDIR}/.not-here .endif diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 7593c3f7e17d..415bc2b9e3a5 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -59,7 +59,7 @@ INCLUDEDIR= /usr/include .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500043 +.if ${OSVERSION} >= 500043 && ${OSVERSION} < 502100 PKGMESSAGE= ${PKGDIR}/.not-here .endif |