svn commit: r370418 - head/graphics/lensfun
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 8 06:45:24 UTC 2014
Author: bapt
Date: Wed Oct 8 06:45:23 2014
New Revision: 370418
URL: https://svnweb.freebsd.org/changeset/ports/370418
QAT: https://qat.redports.org/buildarchive/r370418/
Log:
Stop checking make version to allow building with gmake 4.1
Modified:
head/graphics/lensfun/Makefile
Modified: head/graphics/lensfun/Makefile
==============================================================================
--- head/graphics/lensfun/Makefile Wed Oct 8 06:27:29 2014 (r370417)
+++ head/graphics/lensfun/Makefile Wed Oct 8 06:45:23 2014 (r370418)
@@ -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
More information about the svn-ports-head
mailing list