diff options
Diffstat (limited to 'mail/itraxp')
-rw-r--r-- | mail/itraxp/Makefile | 4 | ||||
-rw-r--r-- | mail/itraxp/pkg-message | 4 |
2 files changed, 4 insertions, 4 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) diff --git a/mail/itraxp/pkg-message b/mail/itraxp/pkg-message index fbe1abc..ca72feb 100644 --- a/mail/itraxp/pkg-message +++ b/mail/itraxp/pkg-message @@ -1,6 +1,6 @@ ****************************************************************** -If you are using perl 5.00503, please disable define HAS_SIGSETJMP -in /usr/libdata/perl/5.00503/mach/CORE/config.h +If you are using perl 5.00503, please disable #define HAS_SIGSETJMP +line in /usr/libdata/perl/5.00503/mach/CORE/config.h ****************************************************************** |