diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-04 07:34:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-04 07:34:59 +0000 |
commit | 6554c053a81ccbb9e332978187bf0f9dbeae2147 (patch) | |
tree | 95dd3e43cd9708d1a35ef733ef9daeecd1632919 /x11/p5-gtk | |
parent | f3ba0b93562be3c0eef332a0867861d03e09a8e1 (diff) | |
download | pkgsrc-6554c053a81ccbb9e332978187bf0f9dbeae2147.tar.gz |
Package sharing this file should also use the same patches; set
PATCHDIR (per suggestion from mrg).
Diffstat (limited to 'x11/p5-gtk')
-rw-r--r-- | x11/p5-gtk/Makefile.subpackage | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/p5-gtk/Makefile.subpackage b/x11/p5-gtk/Makefile.subpackage index 87c0c436ba4..d431cf6e067 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.2 2003/07/22 00:00:43 mrg Exp $ +# $NetBSD: Makefile.subpackage,v 1.3 2003/09/04 07:34:59 wiz Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -7,6 +7,7 @@ GTKDIR= ${WRKDIR}/${DISTNAME}/Gtk WRKSRC= ${WRKDIR}/${DISTNAME}/${SUBPACKAGE} DISTINFO_FILE= ${.CURDIR}/../../x11/p5-gtk/distinfo +PATCHDIR= ${.CURDIR}/../../x11/p5-gtk/patches DEPENDS+= p5-gtk-[0-9]*:../../x11/p5-gtk |