svn commit: r336466 - head/emulators/mess

Marcus von Appen mva at FreeBSD.org
Sat Dec 14 18:34:02 UTC 2013


Author: mva
Date: Sat Dec 14 18:34:01 2013
New Revision: 336466
URL: http://svnweb.freebsd.org/changeset/ports/336466

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/emulators/mess/Makefile

Modified: head/emulators/mess/Makefile
==============================================================================
--- head/emulators/mess/Makefile	Sat Dec 14 18:03:20 2013	(r336465)
+++ head/emulators/mess/Makefile	Sat Dec 14 18:34:01 2013	(r336466)
@@ -126,6 +126,7 @@ post-patch:
 		 s|^BUILD_JPEGLIB|# BUILD_JPEGLIB| ; \
 		 s| = @gcc| := $$(CC)| ; \
 		 s| = @g++| := $$(CXX)| ; \
+		 s| = @python| := @${PYTHON_CMD}| ; \
 		 s|-O$$(OPTIMIZE)|| ; \
 		 /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \
 		 /LDFLAGS/s|-s|| ; \


More information about the svn-ports-head mailing list