1
0
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:
Marcus von Appen 2013-08-18 08:56:22 +00:00
parent c8de68cfbd
commit a0346dcf94
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324895

View File

@ -6,7 +6,6 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
COMMENT= Python module for libdnet COMMENT= Python module for libdnet
BUILD_DEPENDS= python:${PORTSDIR}/lang/python
LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet LIB_DEPENDS= dnet:${PORTSDIR}/net/libdnet
NOT_FOR_ARCHS= ia64 NOT_FOR_ARCHS= ia64
@ -20,7 +19,7 @@ PLIST= ${.CURDIR}/pkg-plist
LIBDNET_SLAVE= yes LIBDNET_SLAVE= yes
USE_PYTHON= yes USE_PYTHON= yes
CONFIGURE_ARGS= --with-python CONFIGURE_ARGS= --with-python=${PYTHON_CMD}
INSTALLS_EGGINFO= yes INSTALLS_EGGINFO= yes
PYDISTUTILS_PKGNAME= dnet PYDISTUTILS_PKGNAME= dnet