diff options
author | mva <mva@FreeBSD.org> | 2013-12-15 02:34:01 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2013-12-15 02:34:01 +0800 |
commit | 7c9a0889cd8ef2293eaaa6c1685fb2be2769487d (patch) | |
tree | 986462e5b47db4e4c086304c65cf297783dcc5db /emulators | |
parent | bbe1b4e1f2fea86eb9df49b1a1bf726793c7fb1d (diff) | |
download | freebsd-ports-gnome-7c9a0889cd8ef2293eaaa6c1685fb2be2769487d.tar.gz freebsd-ports-gnome-7c9a0889cd8ef2293eaaa6c1685fb2be2769487d.tar.zst freebsd-ports-gnome-7c9a0889cd8ef2293eaaa6c1685fb2be2769487d.zip |
- Fix the usage of 'python' to get rid of the implicit lang/python
dependency
Reported by: exp-run (PR 184591)
Approved by: portmgr (blanket)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mess/Makefile | 1 |
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|| ; \ |