diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 06:45:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-10-08 06:45:23 +0000 |
commit | 9874d113068c2e9547d5cc788858962c6d843f24 (patch) | |
tree | 8b5787e785a75023f1df826bbf7d467bf4aad26c /graphics/lensfun | |
parent | df3c8059170c8a149b66fa0c614971606ef51e46 (diff) |
Notes
Diffstat (limited to 'graphics/lensfun')
-rw-r--r-- | graphics/lensfun/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/lensfun/Makefile b/graphics/lensfun/Makefile index 77f1bf2f6385..3e1a1cfdf681 100644 --- a/graphics/lensfun/Makefile +++ b/graphics/lensfun/Makefile @@ -13,10 +13,9 @@ LICENSE= LGPL3 LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= gmake pkgconfig tar:bzip2 +USES= gmake pkgconfig python:build tar:bzip2 USE_GNOME= glib20 USE_LDCONFIG= yes -USE_PYTHON_BUILD= yes HAS_CONFIGURE= yes CONFIGURE_ENV= LD="${CXX}" AR="${AR}" @@ -29,7 +28,8 @@ PLIST_SUB+= LIBVERSION=${LIBVERSION} post-patch: .SILENT ${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!${PYTHON_CMD}|' \ - -e 's|make --version|g&|' -e '/DOXYGEN/d' ${WRKSRC}/configure + -e 's|make --version|g&|' -e '/DOXYGEN/d' \ + -e '/GNU Make/d' ${WRKSRC}/configure ${REINPLACE_CMD} -e \ 's|CONF_LIBDIR)pkgconfig|CONF_LIBDIR)../libdata/pkgconfig|' \ ${WRKSRC}/build/tibs/compiler/pkgconfig.mak |