diff options
Diffstat (limited to 'x11/p5-Wx/Makefile')
-rw-r--r-- | x11/p5-Wx/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index 0b5b7cfbadd..494601e5917 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,9 +1,7 @@ -# $NetBSD: Makefile,v 1.16 2011/11/01 06:03:04 sbd Exp $ -# +# $NetBSD: Makefile,v 1.17 2012/01/22 19:03:31 abs Exp $ -DISTNAME= Wx-0.98 +DISTNAME= Wx-0.9903 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} @@ -17,7 +15,7 @@ MAKE_JOBS_SAFE= no BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets 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 +BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.1602:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config USE_TOOLS+= perl |