summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2010-02-03 11:14:32 +0000
committersno <sno@pkgsrc.org>2010-02-03 11:14:32 +0000
commita270107549447fb8f6d05d9da55382e0902d7103 (patch)
tree9b8153b10bca0fdfc08c209c708e4a6b6e3649f5 /x11
parentc9240057b7fce59cb2c6410d62a08a89ab4c4ae1 (diff)
downloadpkgsrc-a270107549447fb8f6d05d9da55382e0902d7103.tar.gz
Use b3.mk of x11/p5-Wx to avoid build errors, bumping revision
Diffstat (limited to 'x11')
-rw-r--r--x11/p5-Wx-Perl-ProcessStream/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/p5-Wx-Perl-ProcessStream/Makefile b/x11/p5-Wx-Perl-ProcessStream/Makefile
index 08dd80115a4..62560e288a1 100644
--- a/x11/p5-Wx-Perl-ProcessStream/Makefile
+++ b/x11/p5-Wx-Perl-ProcessStream/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2010/01/16 14:59:08 sno Exp $
+# $NetBSD: Makefile,v 1.2 2010/02/03 11:14:32 sno Exp $
#
DISTNAME= Wx-Perl-ProcessStream-0.24
PKGNAME= p5-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= x11 perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Wx/}
@@ -13,11 +14,10 @@ LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
-DEPENDS+= p5-Wx>=0.50:../../x11/p5-Wx
-
USE_TOOLS+= perl
PERL5_PACKLIST= auto/Wx/Perl/ProcessStream/.packlist
+.include "../../x11/p5-Wx/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"