svn commit: r397625 - head/devel/git-cola
Antoine Brodin
antoine at FreeBSD.org
Wed Sep 23 16:56:07 UTC 2015
Author: antoine
Date: Wed Sep 23 16:56:05 2015
New Revision: 397625
URL: https://svnweb.freebsd.org/changeset/ports/397625
Log:
Fix build
Modified:
head/devel/git-cola/Makefile
Modified: head/devel/git-cola/Makefile
==============================================================================
--- head/devel/git-cola/Makefile Wed Sep 23 16:47:34 2015 (r397624)
+++ head/devel/git-cola/Makefile Wed Sep 23 16:56:05 2015 (r397625)
@@ -16,6 +16,6 @@ USE_GITHUB= yes
USES= desktop-file-utils gettext gmake python
INSTALLS_ICONS= YES
-MAKE_FLAGS= "prefix=${PREFIX}"
+MAKE_ARGS= prefix=${PREFIX} PYTHON=${PYTHON_CMD}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list