diff options
author | antoine <antoine@FreeBSD.org> | 2016-10-27 04:00:07 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-10-27 04:00:07 +0800 |
commit | 2940a94587aa9b9cb32634288b59fc982b94d381 (patch) | |
tree | b7821b334bd468ca1bf12be54740d1dd26e242d0 | |
parent | b11cf03a5ce075bde861aec3f82d311eb76e50b3 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |