diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-13 04:41:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-13 04:41:05 +0800 |
commit | afbef22b09cb7f7f526752dbf5312ce230ac923b (patch) | |
tree | 2d9653835c6b41eeef044dc831d3514cf8100c93 /graphics | |
parent | eb9286b66dbff580cb7c5e1e1239dc727551c5be (diff) | |
download | freebsd-ports-gnome-afbef22b09cb7f7f526752dbf5312ce230ac923b.tar.gz freebsd-ports-gnome-afbef22b09cb7f7f526752dbf5312ce230ac923b.tar.zst freebsd-ports-gnome-afbef22b09cb7f7f526752dbf5312ce230ac923b.zip |
- Use new LIB_DEPENDS syntax
Approved by: portmgr blanket
Diffstat (limited to 'graphics')
-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 b23c2517d23e..c9ef9a4b41fa 100644 --- a/graphics/cegui/Makefile +++ b/graphics/cegui/Makefile @@ -11,9 +11,9 @@ MAINTAINER= oliver@FreeBSD.org COMMENT= A library providing windowing and widgets for graphics APIs LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ - pcre.3:${PORTSDIR}/devel/pcre \ + libpcre.so:${PORTSDIR}/devel/pcre \ libfreetype.so:${PORTSDIR}/print/freetype2 \ - execinfo:${PORTSDIR}/devel/libexecinfo + libexecinfo.so:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d \ ${LOCALBASE}/include/glm/glm.hpp:${PORTSDIR}/math/glm RUN_DEPENDS= ${LOCALBASE}/lib/libOgreMain.so.1.9.0:${PORTSDIR}/graphics/ogre3d |