aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2016-10-27 04:00:07 +0800
committerantoine <antoine@FreeBSD.org>2016-10-27 04:00:07 +0800
commit2940a94587aa9b9cb32634288b59fc982b94d381 (patch)
treeb7821b334bd468ca1bf12be54740d1dd26e242d0
parentb11cf03a5ce075bde861aec3f82d311eb76e50b3 (diff)
downloadfreebsd-ports-gnome-2940a94587aa9b9cb32634288b59fc982b94d381.tar.gz
freebsd-ports-gnome-2940a94587aa9b9cb32634288b59fc982b94d381.tar.zst
freebsd-ports-gnome-2940a94587aa9b9cb32634288b59fc982b94d381.zip
Remove implicit dependency on the python symlink
-rw-r--r--games/gnubg/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gnubg/Makefile b/games/gnubg/Makefile
index 6e678074122e..fbc89d6cd850 100644
--- a/games/gnubg/Makefile
+++ b/games/gnubg/Makefile
@@ -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