diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2003-12-13 13:34:05 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2003-12-13 13:34:05 +0000 |
commit | 49b18ae16b4eaf47bbdb3f734a06854ef4d72e67 (patch) | |
tree | c5c2384d686a5e69183f0ca51bb97d173c8aa834 /misc | |
parent | o Fix schemas directory in mt-load.cgi to fit our installation. (diff) |
Needs 5.8
Notes
Notes:
svn path=/head/; revision=95726
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Net-vCard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/p5-Net-vCard/Makefile b/misc/p5-Net-vCard/Makefile index b37e06d8e214..f21ad79c4957 100644 --- a/misc/p5-Net-vCard/Makefile +++ b/misc/p5-Net-vCard/Makefile @@ -22,7 +22,7 @@ MAN3= Net::vFile.3 Net::vCard.3 .include <bsd.port.pre.mk> .if ${PERL_LEVEL} < 500800 -#IGNORE="Need at least perl 5.8 to build" +IGNORE="Need at least perl 5.8 to build" .endif .include <bsd.port.post.mk> |