diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-11 08:51:14 +0000 |
commit | 09e4e6f119b9ec6b0056a841d178b9a94d4663c4 (patch) | |
tree | 60dbec4f6c36413d232be56d31553ec53ac5f6fa /graphics/geist | |
parent | 6ed6dba53f7727f76189d43bcaac071f15a544b6 (diff) |
Notes
Diffstat (limited to 'graphics/geist')
-rw-r--r-- | graphics/geist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/geist/Makefile b/graphics/geist/Makefile index 5abfc650ca07..1648de0d136d 100644 --- a/graphics/geist/Makefile +++ b/graphics/geist/Makefile @@ -7,14 +7,14 @@ PORTNAME= geist PORTVERSION= 0.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://linuxbrit.co.uk/downloads/ MAINTAINER= danfe@FreeBSD.org COMMENT= An object-based image creation/layout application -LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ +LIB_DEPENDS= Imlib2.4:${PORTSDIR}/graphics/imlib2 \ xml2.5:${PORTSDIR}/textproc/libxml2 XML_CONFIG?= ${LOCALBASE}/bin/xml2-config |