diff options
author | heinz <heinz@pkgsrc.org> | 2008-06-14 20:56:04 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2008-06-14 20:56:04 +0000 |
commit | 6cf89cec7f9e9bef7703c6b9a09026c53a98befd (patch) | |
tree | 9fe28644f2923be749a40cde60e220b6443dbee8 /devel | |
parent | a6e05a74b128cf3d6bad52a1f1f67bd72a842307 (diff) | |
download | pkgsrc-6cf89cec7f9e9bef7703c6b9a09026c53a98befd.tar.gz |
Added correct version information for the required packages, as
specified in the package's Makefile.PL.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-glib2/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index afda4adb21c..f77a08b1a16 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:27 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2008/06/14 20:56:04 heinz Exp $ # DISTNAME= Glib-${DIST_VERSION} @@ -11,8 +11,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gtk2-perl.sourceforge.net/ COMMENT= Perl bindings for Glib 2 -DEPENDS+= p5-ExtUtils-Depends>=0.2:../../devel/p5-ExtUtils-Depends -DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig +DEPENDS+= p5-ExtUtils-Depends>=0.300:../../devel/p5-ExtUtils-Depends +DEPENDS+= p5-ExtUtils-PkgConfig>=1.00:../../devel/p5-ExtUtils-PkgConfig + +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.0.0 PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir |