aboutsummaryrefslogtreecommitdiff
path: root/textproc/gdome2
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2003-12-02 22:19:14 +0000
committerStefan Eßer <se@FreeBSD.org>2003-12-02 22:19:14 +0000
commitabec811fec226bcab816705a541516cb3ae6a189 (patch)
tree6aa9aad49abc88fced918d0306d42d8be9e8e37a /textproc/gdome2
parentc80072948e6b8d133bb76dcb66c834556b1d139d (diff)
downloadports-abec811fec226bcab816705a541516cb3ae6a189.tar.gz
ports-abec811fec226bcab816705a541516cb3ae6a189.zip
Fix CONFIGURE_ENV parameter GLIB_CONFIG: use "pkg-config glib-2.0" instead
of "glib12-config" (which was inconsistent with "USE_GNOME=glib20). Approved by: marcus (Joe Marcus Clarke)
Notes
Notes: svn path=/head/; revision=94845
Diffstat (limited to 'textproc/gdome2')
-rw-r--r--textproc/gdome2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/gdome2/Makefile b/textproc/gdome2/Makefile
index fa5d47692c52..b50f766e1adc 100644
--- a/textproc/gdome2/Makefile
+++ b/textproc/gdome2/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
USE_GNOME= glib20 gnomehack
USE_REINPLACE= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= GLIB_CONFIG="${LOCALBASE}/bin/pkg-config glib-2.0" CPPFLAGS="-I${LOCALBASE}/include"
PLIST_SUB= DOCSDIR="share/doc/${DISTNAME}"
INSTALLS_SHLIB= yes