1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

Avoid warning

"Makefile", line 27: warning: "/nonexistent/bin/python2.7-config --libs"
returned non-zero

during 'make describe'

Reported by:	beat
This commit is contained in:
Dmitry Sivachenko 2012-12-28 12:33:05 +00:00
parent 8ddca9ea7b
commit 9c0653cb3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309568

View File

@ -24,7 +24,9 @@ USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if exists(${PYTHON_CMD}-config)
PYLIBS!= ${PYTHON_CMD}-config --libs
.endif
CONFIGURE_ARGS+= --with-boost-prefix=${LOCALBASE} \
--with-pcre-prefix=${LOCALBASE} \
--enable-python --disable-perl --disable-tests \