diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 21:25:15 +0000 |
commit | 126c794d42e3331b606f8953ca5d42a20fd86c33 (patch) | |
tree | 43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/p5-DBIWrapper | |
parent | 32f87c71ca4727cf89891575e44d35c08a9645fe (diff) | |
download | pkgsrc-126c794d42e3331b606f8953ca5d42a20fd86c33.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/p5-DBIWrapper')
-rw-r--r-- | databases/p5-DBIWrapper/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-DBIWrapper/Makefile b/databases/p5-DBIWrapper/Makefile index 8bdbe656145..692c94cbb95 100644 --- a/databases/p5-DBIWrapper/Makefile +++ b/databases/p5-DBIWrapper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2011/08/14 08:18:06 obache Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/02 21:25:29 asau Exp $ # DISTNAME= libdbiwrapper-perl-${VERSION} @@ -12,8 +12,6 @@ MAINTAINER= erh@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/dbiwrapper/ COMMENT= Perl extension for generic DBI database access -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= p5-XML-LibXML>=1.57:../../textproc/p5-XML-LibXML VERSION= 0.20 |