aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/geist/Makefile
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2008-03-12 05:13:53 +0800
committerstas <stas@FreeBSD.org>2008-03-12 05:13:53 +0800
commit7843035eea9d002a1991cf57b8c8c617c6f55b1f (patch)
tree5c186a065f2ed99e4bc9b28ae52aa862ee51b8e9 /graphics/geist/Makefile
parent5ca76f49f1219351516746abab31c1305b88f628 (diff)
downloadfreebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.gz
freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.tar.zst
freebsd-ports-gnome-7843035eea9d002a1991cf57b8c8c617c6f55b1f.zip
- Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage) - Split evas and ecore to separate modules to handle dependencies properly - Disable PAM in enlightenment-devel as it don't work anyway (requires root privilegies) - Add DBUS support. Thanks to: az
Diffstat (limited to 'graphics/geist/Makefile')
-rw-r--r--graphics/geist/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/geist/Makefile b/graphics/geist/Makefile
index 2666494730a4..7353eab4ef21 100644
--- a/graphics/geist/Makefile
+++ b/graphics/geist/Makefile
@@ -7,20 +7,20 @@
PORTNAME= geist
PORTVERSION= 0.0.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= http://linuxbrit.co.uk/downloads/
MAINTAINER= danfe@FreeBSD.org
COMMENT= An object-based image creation/layout application
-LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \
- xml2.5:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
XML_CONFIG?= ${LOCALBASE}/bin/xml2-config
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
USE_GNOME= gtk12
+USE_EFL= imlib2
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib" \
XML_CONFIG="${XML_CONFIG}"