Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Oct 2014 06:45:24 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370418 - head/graphics/lensfun
Message-ID:  <201410080645.s986jO7p092997@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410080645.s986jO7p092997>