aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/cegui04
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2005-10-06 06:08:00 +0800
committeroliver <oliver@FreeBSD.org>2005-10-06 06:08:00 +0800
commiteb44a8cd23c847883cef52771c45e27452c92baa (patch)
tree25002758dbeced14c8841370b03bc88f3d842349 /graphics/cegui04
parentb115d92b98c230906d25a24928d4884d5f6d9df3 (diff)
downloadfreebsd-ports-gnome-eb44a8cd23c847883cef52771c45e27452c92baa.tar.gz
freebsd-ports-gnome-eb44a8cd23c847883cef52771c45e27452c92baa.tar.zst
freebsd-ports-gnome-eb44a8cd23c847883cef52771c45e27452c92baa.zip
remove xerces-c 2.0 dependency and use the included TinyXML as parser
Diffstat (limited to 'graphics/cegui04')
-rw-r--r--graphics/cegui04/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cegui04/Makefile b/graphics/cegui04/Makefile
index 0fd6276871de..068fb803d16e 100644
--- a/graphics/cegui04/Makefile
+++ b/graphics/cegui04/Makefile
@@ -7,6 +7,7 @@
PORTNAME= cegui
PORTVERSION= 0.4.0
+PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=crayzedsgui
@@ -18,6 +19,7 @@ COMMENT= A library providing windowing and widgets for graphics APIs
LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil
WRKSRC= ${WRKDIR}/${PORTNAME}_mk2
+CONFIGURE_ARGS= --without-xerces-c
USE_REINPLACE= YES
USE_LIBTOOL_VER=13
GNU_CONFIGURE= YES
@@ -29,7 +31,6 @@ USE_GNOME= gnomehack
post-patch:
@${REINPLACE_CMD} -e ' \
- s|"-lxerces-c.*"|"-L${LOCALBASE}/lib -lxerces-c ${PTHREAD_LIBS} $$LIBS"|g; \
s|"-lILU.*"|"-lm -L${LOCALBASE}/lib -lILU -lIL $$LIBS"|g; \
s|-lpthread|${PTHREAD_LIBS}|g; \
s|DevIL_CFLAGS=.*|DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY -I${LOCALBASE}/include"|g' \