Remove implicit dependency on the python symlink

This commit is contained in:
Antoine Brodin 2016-10-26 20:00:07 +00:00
parent f30b5cbc1b
commit 27ba679f2b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424733

View File

@ -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