Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 10:51:26 +0000 (UTC)
From:      Marcus von Appen <mva@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336435 - head/graphics/lensfun
Message-ID:  <201312141051.rBEApQQx032074@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mva
Date: Sat Dec 14 10:51:26 2013
New Revision: 336435
URL: http://svnweb.freebsd.org/changeset/ports/336435

Log:
  - Fix the usage of 'python' to get rid of the implicit lang/python
    dependency
  
  Reported by:	exp-run (PR 184591)
  Approved by:	portmgr (blanket)

Modified:
  head/graphics/lensfun/Makefile

Modified: head/graphics/lensfun/Makefile
==============================================================================
--- head/graphics/lensfun/Makefile	Sat Dec 14 10:31:16 2013	(r336434)
+++ head/graphics/lensfun/Makefile	Sat Dec 14 10:51:26 2013	(r336435)
@@ -31,7 +31,7 @@ MAKE_ARGS=	V=1	# we want to know what's 
 PLIST_SUB+=	LIBVERSION=${LIBVERSION}
 
 post-patch: .SILENT
-	${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!/usr/bin/env python|' \
+	${REINPLACE_CMD} -e '1s|#!/usr/bin/python|#!${PYTHON_CMD}|' \
 		-e 's|make --version|g&|' -e '/DOXYGEN/d' ${WRKSRC}/configure
 	${REINPLACE_CMD} -e \
 		's|CONF_LIBDIR)pkgconfig|CONF_LIBDIR)../libdata/pkgconfig|' \



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