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 | e0c7727ac260a3aae7d9f9aec1c445de76e0c4f3 (patch) | |
tree | 3c8a98874c466a87859e9af436b7632ea74ea02b /x11 | |
parent | c27770350995fcbe9f4d2d91e530531b6b93b601 (diff) | |
download | pkgsrc-e0c7727ac260a3aae7d9f9aec1c445de76e0c4f3.tar.gz |
perl-5.14.1 contains sufficient ExtUtils::ParseXS.
Diffstat (limited to 'x11')
-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 |