svn commit: r424733 - head/games/gnubg
Antoine Brodin
antoine at FreeBSD.org
Wed Oct 26 20:00:09 UTC 2016
Author: antoine
Date: Wed Oct 26 20:00:07 2016
New Revision: 424733
URL: https://svnweb.freebsd.org/changeset/ports/424733
Log:
Remove implicit dependency on the python symlink
Modified:
head/games/gnubg/Makefile
Modified: head/games/gnubg/Makefile
==============================================================================
--- head/games/gnubg/Makefile Wed Oct 26 19:43:41 2016 (r424732)
+++ head/games/gnubg/Makefile Wed Oct 26 20:00:07 2016 (r424733)
@@ -22,7 +22,7 @@ LIB_DEPENDS= libpng.so:graphics/png \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
-CONFIGURE_ARGS= --with-board3d --with-sqlite --with-python=${LOCALBASE}/bin/python
+CONFIGURE_ARGS= --with-board3d --with-sqlite --with-python=${PYTHON_CMD}
CONFIGURE_ENV= ac_cv_path_ARTSC_CONFIG=no ac_cv_path_LIBART_CONFIG=no
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
More information about the svn-ports-all
mailing list