diff options
Diffstat (limited to 'x11/p5-gtk/Makefile.subpackage')
-rw-r--r-- | x11/p5-gtk/Makefile.subpackage | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage index 8ddab29bc62..87c0c436ba4 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.1 2003/06/23 07:14:48 mrg Exp $ +# $NetBSD: Makefile.subpackage,v 1.2 2003/07/22 00:00:43 mrg Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -6,9 +6,10 @@ GTKDIR= ${WRKDIR}/${DISTNAME}/Gtk WRKSRC= ${WRKDIR}/${DISTNAME}/${SUBPACKAGE} -PATCHDIR= ${.CURDIR}/../../x11/p5-gtk/patches DISTINFO_FILE= ${.CURDIR}/../../x11/p5-gtk/distinfo +DEPENDS+= p5-gtk-[0-9]*:../../x11/p5-gtk + .include "../../lang/perl5/buildlink2.mk" pre-configure: |