mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04: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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue