summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorsalo <salo>2002-11-30 21:08:23 +0000
committersalo <salo>2002-11-30 21:08:23 +0000
commit6c75a2fe0581326578d6c86432b8b3afc74a100d (patch)
tree5e7d5d981955816cb5363b64d29807495339698e /devel
parentf1d49bc5b9320868b62c2be2656de322614f15c1 (diff)
downloadpkgsrc-6c75a2fe0581326578d6c86432b8b3afc74a100d.tar.gz
We still need PKGLOCALEDIR for configure script here.
Diffstat (limited to 'devel')
-rw-r--r--devel/glib2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/glib2/Makefile b/devel/glib2/Makefile
index 8c6840cde0f..440c29c890f 100644
--- a/devel/glib2/Makefile
+++ b/devel/glib2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2002/11/30 14:28:07 grant Exp $
+# $NetBSD: Makefile,v 1.14 2002/11/30 21:08:23 salo Exp $
#
DISTNAME= glib-2.0.7
@@ -15,6 +15,7 @@ COMMENT= Some useful routines for C programming
BUILD_USES_MSGFMT= yes
USE_BUILDLINK2= yes
+USE_PKGLOCALEDIR= yes
USE_GMAKE= yes
USE_PERL5= yes
@@ -26,7 +27,7 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/gobject-2.0.pc.in
PKGCONFIG_OVERRIDE+= ${WRKSRC}/gthread-2.0.pc.in
GNU_CONFIGURE= # defined
-USE_PKGLOCALEDIR= # defined
+CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR}
CONFIGURE_ARGS+= --includedir=${PREFIX}/include/glib
.include "../../mk/bsd.prefs.mk"