diff options
author | krion <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
commit | 4d90e5ab7f9e9c779e65f08aca060ffed9d629e2 (patch) | |
tree | 12eccc3e668aa7fa1d0bf5f6b9905d7c9346471a /graphics/geist | |
parent | 598f54f8a5b3b0cdaa4ea8f5322943a3b57b5abd (diff) | |
download | FreeBSD-ports-4d90e5ab7f9e9c779e65f08aca060ffed9d629e2.zip FreeBSD-ports-4d90e5ab7f9e9c779e65f08aca060ffed9d629e2.tar.gz |
- Chase libraries for new Imlib2 version
Diffstat (limited to 'graphics/geist')
-rw-r--r-- | graphics/geist/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/geist/Makefile b/graphics/geist/Makefile index 75abfd3..2910dbe 100644 --- a/graphics/geist/Makefile +++ b/graphics/geist/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.linuxbrit.co.uk/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= An object-based image creation/layout application -LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \ +LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \ xml2.5:${PORTSDIR}/textproc/libxml2 XML_CONFIG?= ${LOCALBASE}/bin/xml2-config |