diff options
Diffstat (limited to 'mail/itraxp/Makefile')
-rw-r--r-- | mail/itraxp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/itraxp/Makefile b/mail/itraxp/Makefile index a7694a2..11983fe 100644 --- a/mail/itraxp/Makefile +++ b/mail/itraxp/Makefile @@ -25,8 +25,8 @@ SUBDIRS= ${DOCSDIR} ${DOCSDIR}/misc ${EXAMPLESDIR} \ .include <bsd.port.pre.mk> pre-fetch: -.if ${OSVERSION} < 500000 - ${CAT} ${PKGMESSAGE} +.if !defined(WITH_FIXPERL) && ${PERL_LEVEL} <= 500503 +IGNORE= Follow instructions in pkg-message and restart with -DWITH_FIXPERL .endif .if !defined(NOPORTDOCS) |