diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-05 06:11:16 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-05 06:11:16 +0000 |
commit | 53415a711440a4ccbee6102e610a20ae02c6ebac (patch) | |
tree | 727a2cac2a27954c2ed7c113c53d9eb61df487da /lang/perl5 | |
parent | BROKEN: Does not compile (diff) |
Use the correct pkg-message on recent versions of -CURRENT.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=100028
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |