mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Use a more clean approach to fix the build instead of pulling in
another build dependency
This commit is contained in:
parent
c8de68cfbd
commit
a0346dcf94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324895
@ -6,7 +6,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
COMMENT= Python module for libdnet
|
||||
|
||||
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
|
||||
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet
|
||||
|
||||
NOT_FOR_ARCHS= ia64
|
||||
@ -20,7 +19,7 @@ PLIST= ${.CURDIR}/pkg-plist
|
||||
LIBDNET_SLAVE= yes
|
||||
|
||||
USE_PYTHON= yes
|
||||
CONFIGURE_ARGS= --with-python
|
||||
CONFIGURE_ARGS= --with-python=${PYTHON_CMD}
|
||||
INSTALLS_EGGINFO= yes
|
||||
PYDISTUTILS_PKGNAME= dnet
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user