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 /devel/p5-Exception-Class | |
parent | fac88ab9a70af5389d76248602030bbec53a7756 (diff) | |
download | ports-2835757114bfcb81f5118da55d313b8b27d29a8a.tar.gz ports-2835757114bfcb81f5118da55d313b8b27d29a8a.zip |
Remove redundant USE_PERL5 statements.
Notes
Notes:
svn path=/head/; revision=46821
Diffstat (limited to 'devel/p5-Exception-Class')
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index f4b780c6ed63..8bfed6784935 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -18,7 +18,6 @@ MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Devel/StackTrace.pm:${PORTSDIR}/devel/p5-Devel-StackTrace RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |