diff options
Diffstat (limited to 'databases/p5-DBD-mysql/Makefile')
-rw-r--r-- | databases/p5-DBD-mysql/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-DBD-mysql/Makefile b/databases/p5-DBD-mysql/Makefile index 5ec07c3371d..fced1e683b1 100644 --- a/databases/p5-DBD-mysql/Makefile +++ b/databases/p5-DBD-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2008/04/23 21:05:19 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2008/06/20 01:09:11 joerg Exp $ # DISTNAME= DBD-mysql-4.006 @@ -11,6 +11,8 @@ MAINTAINER= bad@NetBSD.org HOMEPAGE= http://dev.mysql.com/downloads/dbi.html COMMENT= Perl DBI/DBD driver for MySQL databases +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Data-ShowTable>=3.3:../../devel/p5-Data-ShowTable PERL5_PACKLIST= auto/DBD/mysql/.packlist |