diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-02-07 13:33:36 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2020-02-07 13:33:36 +0000 |
commit | c94236cf7e4f6f687cdf7fb58c7b9a4279684bb7 (patch) | |
tree | bd3bf7fa20d55e961f2514bf2eb875195cb55e07 /security/py-python-nss | |
parent | Reduce the duplicated 'nss' in include and lib path (diff) |
Followup security/nss installation path modification in r525484
PR: 243835
Notes
Notes:
svn path=/head/; revision=525485
Diffstat (limited to 'security/py-python-nss')
-rw-r--r-- | security/py-python-nss/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/py-python-nss/Makefile b/security/py-python-nss/Makefile index a88e2dbb7eb2..2ea51ee05cee 100644 --- a/security/py-python-nss/Makefile +++ b/security/py-python-nss/Makefile @@ -2,7 +2,7 @@ PORTNAME= python-nss PORTVERSION= 1.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,13 +22,10 @@ LIB_DEPENDS= libnspr4.so:devel/nspr \ USES= compiler:c11 python tar:bzip2 USE_PYTHON= autoplist distutils -PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" \ - --include-root="${LOCALBASE}/include/nss" +PYDISTUTILS_CONFIGUREARGS= --include-root="${LOCALBASE}/include" PYDISTUTILS_BUILDARGS= ${PYDISTUTILS_CONFIGUREARGS} PYDISTUTILS_INSTALLARGS= -c -O1 --prefix=${PREFIX} ${PYDISTUTILS_CONFIGUREARGS} -LDFLAGS+= -L${LOCALBASE}/lib/nss - TEST_TARGET= # empty TEST_WRKSRC= ${WRKSRC}/test DO_MAKE_TEST= ${SETENV} ${TEST_ENV} ${PYTHON_CMD} run_tests -t |