diff options
author | obache <obache@pkgsrc.org> | 2011-08-17 04:37:29 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-08-17 04:37:29 +0000 |
commit | 80d9c7d243c2889da6d278dee6c03bda13915292 (patch) | |
tree | 3c8a98874c466a87859e9af436b7632ea74ea02b /x11/p5-Wx | |
parent | 41ce00edb0b2a17e240a787a585bc6f27d4546a9 (diff) | |
download | pkgsrc-80d9c7d243c2889da6d278dee6c03bda13915292.tar.gz |
perl-5.14.1 contains sufficient ExtUtils::ParseXS.
Diffstat (limited to 'x11/p5-Wx')
-rw-r--r-- | x11/p5-Wx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index 210b5ec2665..9e0e71cd438 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2011/08/14 07:20:53 obache Exp $ +# $NetBSD: Makefile,v 1.15 2011/08/17 04:37:29 obache Exp $ # DISTNAME= Wx-0.98 @@ -16,7 +16,7 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets -BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.22.03:../../devel/p5-ExtUtils-ParseXS +BUILD_DEPENDS+= {perl>=5.14.1,p5-ExtUtils-ParseXS>=2.22.03}:../../devel/p5-ExtUtils-ParseXS BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.15:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config |