diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/p5-Gtk2-Ex-FormFactory/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/p5-Gtk2-Ex-FormFactory/Makefile b/x11/p5-Gtk2-Ex-FormFactory/Makefile index aa315755763..2126992095a 100644 --- a/x11/p5-Gtk2-Ex-FormFactory/Makefile +++ b/x11/p5-Gtk2-Ex-FormFactory/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/08/24 08:37:01 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/01 19:51:26 abs Exp $ # DISTNAME= Gtk2-Ex-FormFactory-0.65 @@ -10,7 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.exit1.org/Gtk2-Ex-FormFactory/ COMMENT= Introduction into the FormFactory framework +USE_LANGUAGES= # empty PERL5_PACKLIST= auto/Gtk2/Ex/FormFactory/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |