diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 20:52:09 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-05-08 20:52:09 +0000 |
commit | dd65820e3f568bc9a8b90869abf9ba63cbb61f14 (patch) | |
tree | b4c848c181c6bbf86e2803b8ce662124e211f0dc /graphics/cegui | |
parent | 8c6d10153a5214a3afec4ce04ac3c9f7c23ebb4e (diff) |
- Switch graphics/devil to USES=libtool
Since this changes shared lib version number, bump PORTREVISION on all dependent ports:
- devel/love
- devel/love07
- devel/love5
- games/arx-libertatis
- games/pink-pony
- games/spring
- graphics/cegui
- graphics/graphviz
While here, fix graphics/cegui plist to not remove mtree directory.
Notes
Notes:
svn path=/head/; revision=353354
Diffstat (limited to 'graphics/cegui')
-rw-r--r-- | graphics/cegui/Makefile | 4 | ||||
-rw-r--r-- | graphics/cegui/pkg-plist | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile index 619162d6f515..b5bb2474a135 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -3,14 +3,14 @@ PORTNAME= cegui PORTVERSION= 0.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics devel MASTER_SITES= SF/crayzedsgui/CEGUI%20Mk-2/0.8 MAINTAINER= oliver@FreeBSD.org COMMENT= A library providing windowing and widgets for graphics APIs -LIB_DEPENDS= IL.2:${PORTSDIR}/graphics/devil \ +LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ pcre.3:${PORTSDIR}/devel/pcre \ libfreetype.so:${PORTSDIR}/print/freetype2 \ execinfo:${PORTSDIR}/devel/libexecinfo diff --git a/graphics/cegui/pkg-plist b/graphics/cegui/pkg-plist index 2660fc61ce7f..62a12507ea5e 100644 --- a/graphics/cegui/pkg-plist +++ b/graphics/cegui/pkg-plist @@ -462,7 +462,6 @@ share/cegui-0/xml_schemas/Samples.xsd @dirrm include/cegui-0/CEGUI @dirrm include/cegui-0 @dirrm lib/cegui-0.8 -@dirrmtry libdata/pkgconfig @dirrm share/cegui-0/animations @dirrm share/cegui-0/fonts @dirrm share/cegui-0/imagesets |