diff options
author | Stefan Eßer <se@FreeBSD.org> | 2003-12-02 22:19:14 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2003-12-02 22:19:14 +0000 |
commit | abec811fec226bcab816705a541516cb3ae6a189 (patch) | |
tree | 6aa9aad49abc88fced918d0306d42d8be9e8e37a /textproc/gdome2/Makefile | |
parent | Remove some extraneous spaces introduced in the last commit. (diff) |
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 '')
-rw-r--r-- | textproc/gdome2/Makefile | 2 |
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 |