diff options
author | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-07-16 19:10:37 +0000 |
commit | 83147ffa6886cc46382e68a213e4e42ae33953e8 (patch) | |
tree | 5e673c0121797154e662e294d0aa49ba7abfcf99 /x11 | |
parent | 30133dc8a6a8da07fb55b611ca5542c068cc87e8 (diff) | |
download | pkgsrc-83147ffa6886cc46382e68a213e4e42ae33953e8.tar.gz |
Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk. These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdkxft/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk/Makefile.subpackage | 4 | ||||
-rw-r--r-- | x11/xephem/Makefile | 4 |
3 files changed, 5 insertions, 7 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index 0df7645e0ba..e168cbdfff6 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/05/31 22:12:18 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2005/07/16 19:10:41 jlam Exp $ # DISTNAME= gdkxft-1.5 @@ -19,6 +19,7 @@ PKG_FAIL_REASON= "${PKGNAME} requires XFree86-4.0 or higher" USE_DIRS+= xdg-1.1 USE_X11BASE= YES USE_LIBTOOL= YES +USE_TOOLS+= perl:run GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-static @@ -35,7 +36,6 @@ post-install: .include "../../devel/libglade/buildlink3.mk" .include "../../fonts/Xft2/buildlink3.mk" .include "../../graphics/freetype2/buildlink3.mk" -.include "../../lang/perl5/buildlink3.mk" .include "../../x11/control-center/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage index aefc30613f3..1f6112bf54a 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.8 2005/01/22 17:26:22 adrianp Exp $ +# $NetBSD: Makefile.subpackage,v 1.9 2005/07/16 19:10:41 jlam Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -12,8 +12,6 @@ DEPENDS+= p5-gtk-[0-9]*:../../x11/p5-gtk WRKSRC= ${WRKDIR}/${DISTNAME}/${SUBPACKAGE} -.include "../../lang/perl5/buildlink3.mk" - post-patch: cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL cd ${GTKDIR} && ${SETENV} ${MAKE_ENV} \ diff --git a/x11/xephem/Makefile b/x11/xephem/Makefile index 26d651b977a..78d23685b4d 100644 --- a/x11/xephem/Makefile +++ b/x11/xephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/05/20 13:17:11 drochner Exp $ +# $NetBSD: Makefile,v 1.32 2005/07/16 19:10:41 jlam Exp $ DISTNAME= xephem-3.6.4 CATEGORIES= x11 @@ -13,6 +13,7 @@ LICENSE= no-commercial-use WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem USE_IMAKE= yes +USE_TOOLS+= perl:run LIBSRC1= ${WRKDIR}/${DISTNAME}/libastro LIBSRC2= ${WRKDIR}/${DISTNAME}/libip @@ -34,6 +35,5 @@ post-install: ${PREFIX}/share/xephem ${CHOWN} -R ${SHAREOWN} ${PREFIX}/share/xephem -.include "../../lang/perl5/buildlink3.mk" .include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |