From 27ba679f2b75e6295711dcbfff533535f99f3ff7 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Wed, 26 Oct 2016 20:00:07 +0000 Subject: [PATCH] Remove implicit dependency on the python symlink --- games/gnubg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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