diff options
author | ache <ache@FreeBSD.org> | 2004-07-16 21:06:45 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-07-16 21:06:45 +0800 |
commit | f86a30c966186a641eb025a2a73334f7c410c5b9 (patch) | |
tree | c6d9989a0d23600a7ea85720265655bbcb944a7c /converters | |
parent | 8255e61d4c280e4cda5f05cd255639996a09b5bf (diff) | |
download | freebsd-ports-gnome-f86a30c966186a641eb025a2a73334f7c410c5b9.tar.gz freebsd-ports-gnome-f86a30c966186a641eb025a2a73334f7c410c5b9.tar.zst freebsd-ports-gnome-f86a30c966186a641eb025a2a73334f7c410c5b9.zip |
Back out prev. commit. Too many ports depends on it and IGNORE
fails with error exit code for 'make -DINSTALLS_DEPENDS install' called
when depending file is not found.
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-MIME-Base64/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/converters/p5-MIME-Base64/Makefile b/converters/p5-MIME-Base64/Makefile index f19bba74b90b..893959618308 100644 --- a/converters/p5-MIME-Base64/Makefile +++ b/converters/p5-MIME-Base64/Makefile @@ -21,10 +21,4 @@ CONFIGURE_ARGS= INSTALLDIRS=site MAN3= MIME::Base64.3 \ MIME::QuotedPrint.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 500804 -IGNORE= This port is needed only for perls below 5.8.4 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |