diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 18:44:02 +0000 |
commit | 1526ccbacfd206735f1f505a94def1428b4d4542 (patch) | |
tree | bbbb80160e7e54cf0a8528e5e4f75fe922abd989 /graphics/geist/Makefile | |
parent | 7dd5bb0b693c7d665f63b776f990bc2a7a193029 (diff) |
- Chase libraries for new Imlib2 version
Notes
Notes:
svn path=/head/; revision=95902
Diffstat (limited to 'graphics/geist/Makefile')
-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 75abfd374d24..2910dbe28a58 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 |