aboutsummaryrefslogtreecommitdiff
path: root/devel/libclaw
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-25 03:47:08 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-09-25 03:47:08 +0000
commit522f62a1d2c86e15327c7feda3d01c2df0f71ecc (patch)
tree7e6176f7f75bb337ea041150330055510a415b01 /devel/libclaw
parentca506aa667a3583860b559bd3370d5496addea18 (diff)
downloadports-522f62a1d2c86e15327c7feda3d01c2df0f71ecc.tar.gz
ports-522f62a1d2c86e15327c7feda3d01c2df0f71ecc.zip
- Support staging
- Use new LIB_DEPENDS syntax - Fix NLS support in games/plee-the-bear
Notes
Notes: svn path=/head/; revision=328248
Diffstat (limited to 'devel/libclaw')
-rw-r--r--devel/libclaw/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libclaw/Makefile b/devel/libclaw/Makefile
index ccfab8964ce8..965557211886 100644
--- a/devel/libclaw/Makefile
+++ b/devel/libclaw/Makefile
@@ -9,16 +9,14 @@ MASTER_SITES= SF
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= C++ Library Absolutely Wonderful
-LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \
- png15:${PORTSDIR}/graphics/png
+LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
+ libpng15.so:${PORTSDIR}/graphics/png
BUILD_DEPENDS= ${LOCALBASE}/include/boost/bind.hpp:${PORTSDIR}/devel/boost-libs
USES= cmake gettext
CMAKE_ARGS= -DCLAW_CMAKE_MODULES_INSTALL_PATH="${DATADIR}/cmake"
USE_LDCONFIG= yes
-#USE_GCC= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e '/subdirs/ s|doc||' ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e '/install.*COPYING/ d' ${WRKSRC}/CMakeLists.txt