diff options
author | danfe <danfe@FreeBSD.org> | 2008-03-21 21:40:00 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-03-21 21:40:00 +0800 |
commit | 012ebe3fb0ddf248c3d54e771b66492e02aee30b (patch) | |
tree | 4c900a67cbf3d065e68ed817a36f6b5d960b4768 /graphics | |
parent | 9aad3070619d452c6c6bfa29b6748afbeb6f454e (diff) | |
download | freebsd-ports-gnome-012ebe3fb0ddf248c3d54e771b66492e02aee30b.tar.gz freebsd-ports-gnome-012ebe3fb0ddf248c3d54e771b66492e02aee30b.tar.zst freebsd-ports-gnome-012ebe3fb0ddf248c3d54e771b66492e02aee30b.zip |
- Remove USE_X_PREFIX
- Drop maintainership
Diffstat (limited to 'graphics')
-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" \ |