diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2001-08-24 21:32:55 +0000 |
commit | 2835757114bfcb81f5118da55d313b8b27d29a8a (patch) | |
tree | f8806a8994b3c8c3590caae2cd5d43ae5459114e /misc/salias | |
parent | - update to version 1.028 (diff) |
Remove redundant USE_PERL5 statements.
Diffstat (limited to 'misc/salias')
-rw-r--r-- | misc/salias/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/salias/Makefile b/misc/salias/Makefile index 4375ba6a419a..baa51c10b14a 100644 --- a/misc/salias/Makefile +++ b/misc/salias/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ijliao@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL5= yes PERL_CONFIGURE= yes MAN1= salias.1 |