diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-21 13:40:00 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2008-03-21 13:40:00 +0000 |
commit | a22a92820a8502bc14b5a352d75466a9921da63a (patch) | |
tree | cdfcfcc3aa23ff3924c1c10e2ea9da95ed1b0859 /graphics/geist | |
parent | 982163757ed5826836bdc1fbab9c7336f79f12a6 (diff) | |
download | ports-a22a92820a8502bc14b5a352d75466a9921da63a.tar.gz ports-a22a92820a8502bc14b5a352d75466a9921da63a.zip |
Notes
Diffstat (limited to 'graphics/geist')
-rw-r--r-- | graphics/geist/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/geist/Makefile b/graphics/geist/Makefile index 7353eab4ef21..6e98053a3593 100644 --- a/graphics/geist/Makefile +++ b/graphics/geist/Makefile @@ -11,14 +11,13 @@ PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://linuxbrit.co.uk/downloads/ -MAINTAINER= danfe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= An object-based image creation/layout application 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" \ |