aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-10-08 14:45:23 +0800
committerbapt <bapt@FreeBSD.org>2014-10-08 14:45:23 +0800
commitf0c8a6257e1cdda0811874ba690fd6cdbeb6bd74 (patch)
tree8b5787e785a75023f1df826bbf7d467bf4aad26c /graphics
parent69822b6c83e37d0c02bdf57929b4ccdd64b2d595 (diff)
downloadfreebsd-ports-gnome-f0c8a6257e1cdda0811874ba690fd6cdbeb6bd74.tar.gz
freebsd-ports-gnome-f0c8a6257e1cdda0811874ba690fd6cdbeb6bd74.tar.zst
freebsd-ports-gnome-f0c8a6257e1cdda0811874ba690fd6cdbeb6bd74.zip
Stop checking make version to allow building with gmake 4.1
Diffstat (limited to 'graphics')
-rw-r--r--graphics/lensfun/Makefile6
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