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:
parent
8ddca9ea7b
commit
9c0653cb3e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309568
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user