diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | a382ccc7b08ba66a8f6cca03850939f6a18f4b3e (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/p5-glib2 | |
parent | d13e9ff49923be9fed7a66707e30849f0f901f64 (diff) | |
download | pkgsrc-a382ccc7b08ba66a8f6cca03850939f6a18f4b3e.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/p5-glib2')
-rw-r--r-- | devel/p5-glib2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index 066a84754ae..8dbd25af841 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2012/10/03 21:55:52 wiz Exp $ +# $NetBSD: Makefile,v 1.44 2012/10/31 11:19:18 asau Exp $ DISTNAME= Glib-1.262 PKGNAME= p5-${DISTNAME:S/Glib/glib2/} @@ -13,7 +13,6 @@ COMMENT= Perl bindings for Glib 2 LICENSE= gnu-lgpl-v2.1 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends DEPENDS+= p5-ExtUtils-PkgConfig>=1.00:../../devel/p5-ExtUtils-PkgConfig |