aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2005-10-05 22:08:00 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2005-10-05 22:08:00 +0000
commited77597beb1237a1915cabe4f74a960c30640efb (patch)
treeb8c138a162b06af11197fdc0d3af91b26b086c4f /graphics
parent1edce6f8e2e5bb03c97dc3899b6651c77574ad0b (diff)
downloadports-ed77597beb1237a1915cabe4f74a960c30640efb.tar.gz
ports-ed77597beb1237a1915cabe4f74a960c30640efb.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cegui/Makefile3
-rw-r--r--graphics/cegui04/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index 0fd6276871de..068fb803d16e 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/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' \
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' \