summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2013-12-14 18:34:01 +0000
committerMarcus von Appen <mva@FreeBSD.org>2013-12-14 18:34:01 +0000
commite900206ae798111e3cdd163962bd0338d2b7f85b (patch)
tree986462e5b47db4e4c086304c65cf297783dcc5db /emulators
parentUpdate google-sparsehash to use gcc 4.8+ (diff)
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency Reported by: exp-run (PR 184591) Approved by: portmgr (blanket)
Notes
Notes: svn path=/head/; revision=336466
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mess/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 61483b2e6ede..9a74ab9a2eba 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -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|| ; \