diff options
Diffstat (limited to 'x11/p5-Wx/Makefile')
-rw-r--r-- | x11/p5-Wx/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/x11/p5-Wx/Makefile b/x11/p5-Wx/Makefile index d5d9a379779..05f6554902d 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2010/01/24 13:00:44 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2010/02/15 16:49:46 sno Exp $ # -DISTNAME= Wx-0.96 -PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +DISTNAME= Wx-0.9701 +PKGNAME= p5-${DISTNAME:S/9701/97.01/} +#PKGREVISION= 1 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/} @@ -16,7 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no BUILD_DEPENDS+= p5-Alien-wxWidgets>=0.25:../../x11/p5-Alien-wxWidgets -BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.05:../../devel/p5-ExtUtils-XSpp +BUILD_DEPENDS+= p5-ExtUtils-ParseXS>=2.22.02:../../devel/p5-ExtUtils-ParseXS +BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.09:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config USE_TOOLS+= perl |