diff options
Diffstat (limited to 'textproc/intltool/Makefile')
-rw-r--r-- | textproc/intltool/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/textproc/intltool/Makefile b/textproc/intltool/Makefile index 88422a979a0..320ba630e40 100644 --- a/textproc/intltool/Makefile +++ b/textproc/intltool/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/01/24 15:13:20 grant Exp $ +# $NetBSD: Makefile,v 1.14 2004/02/06 18:26:49 minskim Exp $ # -DISTNAME= intltool-0.28 +DISTNAME= intltool-0.30 CATEGORIES= textproc devel gnome -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.28/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/intltool/0.30/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= jmmv@NetBSD.org @@ -18,5 +18,7 @@ USE_GNU_TOOLS+= make USE_BUILDLINK2= YES GNU_CONFIGURE= YES +CONFIGURE_ENV+= PERL=${PERL5} + .include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |