aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-11-30 04:32:37 +0800
committermarcus <marcus@FreeBSD.org>2004-11-30 04:32:37 +0800
commitb027b4f314fa0d88c8c1bbe47dbccece7df85ed9 (patch)
treee9621196a5d62fc8c6286273310082fe4db7cf2f /devel
parentcceba163d84aa58f0d8321a350f0a3b045048e0c (diff)
downloadfreebsd-ports-gnome-b027b4f314fa0d88c8c1bbe47dbccece7df85ed9.tar.gz
freebsd-ports-gnome-b027b4f314fa0d88c8c1bbe47dbccece7df85ed9.tar.zst
freebsd-ports-gnome-b027b4f314fa0d88c8c1bbe47dbccece7df85ed9.zip
I misread a configure variable. Correct the path to the XML catalog.
Diffstat (limited to 'devel')
-rw-r--r--devel/libglade2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libglade2/Makefile b/devel/libglade2/Makefile
index 4cb7f0db2ddf..197a137fe79d 100644
--- a/devel/libglade2/Makefile
+++ b/devel/libglade2/Makefile
@@ -29,10 +29,10 @@ USE_LIBTOOL_VER=15
USE_GNOME= gnomehack libxml2 gtk20
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
- --disable-gtk-doc
+ --disable-gtk-doc \
+ --with-xml-catalog=${LOCALBASE}/share/xml/catalog.ports
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- XMLCATALOG="$(LOCALBASE)/share/xml/catalog.ports"
+ LDFLAGS="-L${LOCALBASE}/lib"
PLIST_SUB= XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \
CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports"