diff options
Diffstat (limited to 'x11/p5-Wx/Makefile')
-rw-r--r-- | x11/p5-Wx/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index a42681f827f..3a978bbe40a 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2010/07/31 09:32:44 sno Exp $ +# $NetBSD: Makefile,v 1.9 2010/08/20 05:41:27 sno Exp $ # -DISTNAME= Wx-0.9702 -PKGNAME= p5-${DISTNAME:S/9702/97.02/} -#PKGREVISION= 2 +DISTNAME= Wx-0.98 +PKGNAME= p5-${DISTNAME} +#PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} @@ -17,7 +17,7 @@ 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+= p5-ExtUtils-XSpp>=0.11:../../devel/p5-ExtUtils-XSpp +BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.15:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config USE_TOOLS+= perl |