aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-exiv2
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 13:01:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-12 13:01:40 +0000
commit661a3f91f893888899dfb2f03b9ee4645d2bae7d (patch)
tree4001d5f3f8ce7ed1c00ed7855c9522129d5a9fe7 /graphics/py-exiv2
parent47ad8ca013b754e0d4c58be53bf2766b82dff920 (diff)
downloadports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.tar.gz
ports-661a3f91f893888899dfb2f03b9ee4645d2bae7d.zip
Convert LIB_DEPENDS for ports depending on boost
Notes
Notes: svn path=/head/; revision=336260
Diffstat (limited to 'graphics/py-exiv2')
-rw-r--r--graphics/py-exiv2/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile
index 677ab528f60a..778c8ba40ff2 100644
--- a/graphics/py-exiv2/Makefile
+++ b/graphics/py-exiv2/Makefile
@@ -12,11 +12,11 @@ DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Python bindings for exiv2
-LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2\
- boost_python:${PORTSDIR}/devel/boost-python-libs
+LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2\
+ libboost_python.so:${PORTSDIR}/devel/boost-python-libs
+USES= gmake
USE_PYTHON= -2.7
-USE_GMAKE= yes
USE_BZIP2= yes
USE_SCONS= yes
USE_LDCONFIG= yes