diff options
author | salo <salo@pkgsrc.org> | 2003-11-25 12:08:00 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-11-25 12:08:00 +0000 |
commit | 1dbcea5c747a116a1536a4b295241378ec058bf4 (patch) | |
tree | 85eb6cf4f3c905c48387227d5adb46d6fcc17624 /x11/p5-gtk/Makefile.subpackage | |
parent | a78565c8dbbb93f0db1d8f8ccd91578133bb2f63 (diff) | |
download | pkgsrc-1dbcea5c747a116a1536a4b295241378ec058bf4.tar.gz |
Updated to 0.7009. Fixes build with perl 5.8.x.
Addresses PR pkg/23209 by Christian Gall.
Diffstat (limited to 'x11/p5-gtk/Makefile.subpackage')
-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 d431cf6e067..ca0c6847535 100644 --- a/x11/p5-gtk/Makefile.subpackage +++ b/x11/p5-gtk/Makefile.subpackage @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.subpackage,v 1.3 2003/09/04 07:34:59 wiz Exp $ +# $NetBSD: Makefile.subpackage,v 1.4 2003/11/25 12:08:00 salo Exp $ # # makefile fragment for p5-gtk sub-packages. you need to # set SUBPACKAGE before including this. @@ -20,4 +20,5 @@ pre-configure: .include "../../lang/perl5/module.mk" .include "../../x11/gtk/buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |