diff options
author | danfe <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2014-04-05 04:36:47 +0800 |
commit | d711ae522135f44caeb5efb956064de4c2bdc943 (patch) | |
tree | 5fa6aa25ee7f38cf5d348b33f657b5c0a8e0b2a9 /graphics/py-exiv2 | |
parent | a0265dd5d775a91ee87b711f0e2373598d77834a (diff) | |
download | freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.tar.gz freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.tar.zst freebsd-ports-gnome-d711ae522135f44caeb5efb956064de4c2bdc943.zip |
- Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)
Approved by: portmgr (bapt), some ports are still NO_STAGE :(
Diffstat (limited to 'graphics/py-exiv2')
-rw-r--r-- | graphics/py-exiv2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-exiv2/Makefile b/graphics/py-exiv2/Makefile index fea39ecb3302..bd16c521d675 100644 --- a/graphics/py-exiv2/Makefile +++ b/graphics/py-exiv2/Makefile @@ -3,7 +3,7 @@ PORTNAME= exiv2 PORTVERSION= 0.3.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics python MASTER_SITES= https://launchpadlibrarian.net/83595798/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,8 @@ COMMENT= Python bindings for exiv2 LIB_DEPENDS= libexiv2.so:${PORTSDIR}/graphics/exiv2\ libboost_python.so:${PORTSDIR}/devel/boost-python-libs -USES= gmake +USES= gmake tar:bzip2 USE_PYTHON= 2 -USE_BZIP2= yes USE_SCONS= yes USE_LDCONFIG= yes SCONS_ENV+= PREFIX=${PREFIX} CPPPATH=${PREFIX}/include LIBPATH=${PREFIX}/lib |