diff options
Diffstat (limited to 'databases/p5-DBIx-Abstract')
-rw-r--r-- | databases/p5-DBIx-Abstract/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-DBIx-Abstract/Makefile b/databases/p5-DBIx-Abstract/Makefile index f433a8e283a..1c15cb11c5b 100644 --- a/databases/p5-DBIx-Abstract/Makefile +++ b/databases/p5-DBIx-Abstract/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/02/25 05:20:20 obache Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/02 21:25:29 asau Exp $ # DISTNAME= DBIx-Abstract-1.01 @@ -16,8 +16,6 @@ DEPENDS+= p5-DBI-[0-9]*:../../databases/p5-DBI BUILD_DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite -PKG_DESTDIR_SUPPORT= user-destdir - PERL5_PACKLIST= auto/DBIx/Abstract/.packlist .include "../../lang/perl5/module.mk" |