diff options
author | miwi <miwi@FreeBSD.org> | 2009-02-21 01:11:06 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-02-21 01:11:06 +0800 |
commit | 1bae88d72da28419ec60c92d68abeb02c96a9775 (patch) | |
tree | 7357182597204c131df98db6254583c7a9a2d44f /graphics/cegui/Makefile | |
parent | 6e08ccf243b7af55d549d30194d7f5eeaf9cb465 (diff) | |
download | freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.tar.gz freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.tar.zst freebsd-ports-gnome-1bae88d72da28419ec60c92d68abeb02c96a9775.zip |
- Chase devil shlib bump
Diffstat (limited to 'graphics/cegui/Makefile')
-rw-r--r-- | graphics/cegui/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index ad23dd9ce8cc..54061d67234b 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -7,7 +7,7 @@ PORTNAME= cegui PORTVERSION= 0.6.2 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF MASTER_SITE_SUBDIR=crayzedsgui @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME:U}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= A library providing windowing and widgets for graphics APIs -LIB_DEPENDS= IL.1:${PORTSDIR}/graphics/devil \ +LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ pcre.0:${PORTSDIR}/devel/pcre \ freetype.9:${PORTSDIR}/print/freetype2 |