diff options
author | abs <abs@pkgsrc.org> | 2012-01-22 19:05:34 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2012-01-22 19:05:34 +0000 |
commit | 95b520a1e758439a7b4d30674ca350056282f886 (patch) | |
tree | f882541d50e9c2f3958afa3269f7647ccee7b081 | |
parent | dae4bb6af83cdb12d7b4b8f7302e9992547f4de0 (diff) | |
download | pkgsrc-95b520a1e758439a7b4d30674ca350056282f886.tar.gz |
typo in depends
-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 494601e5917..41d40fd5b37 100644 --- a/x11/p5-Wx/Makefile +++ b/x11/p5-Wx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/01/22 19:03:31 abs Exp $ +# $NetBSD: Makefile,v 1.18 2012/01/22 19:05:34 abs Exp $ DISTNAME= Wx-0.9903 PKGNAME= p5-${DISTNAME} @@ -15,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.1602:../../devel/p5-ExtUtils-XSpp +BUILD_DEPENDS+= p5-ExtUtils-XSpp>=0.16.02:../../devel/p5-ExtUtils-XSpp #USE_TOOLS+= gmake pkg-config wx-config USE_TOOLS+= perl |