svn commit: r336435 - head/graphics/lensfun

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 10:51:26 UTC 2013


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|' \


More information about the svn-ports-head mailing list