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 /databases | |
parent | - update to version 1.028 (diff) |
Remove redundant USE_PERL5 statements.
Notes
Notes:
svn path=/head/; revision=46821
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index 9b6185556a59..0f287ba3c38d 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -20,8 +20,6 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes -USE_PERL5= yes - MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= DBIWrapper.3 |