diff options
author | wg <wg@FreeBSD.org> | 2013-12-30 18:59:46 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-12-30 18:59:46 +0800 |
commit | 5faac2a56401ee8e6b9777a168bcf4cf310035bd (patch) | |
tree | 83ac85bcc3b1a0b2f385beecfd3ea38cca711633 /security/py-mhash | |
parent | 054dd72558a4261b62a6ad0ba6d592465b1308d7 (diff) | |
download | freebsd-ports-gnome-5faac2a56401ee8e6b9777a168bcf4cf310035bd.tar.gz freebsd-ports-gnome-5faac2a56401ee8e6b9777a168bcf4cf310035bd.tar.zst freebsd-ports-gnome-5faac2a56401ee8e6b9777a168bcf4cf310035bd.zip |
security/py-mhash: support staging and minor changes
Diffstat (limited to 'security/py-mhash')
-rw-r--r-- | security/py-mhash/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/py-mhash/Makefile b/security/py-mhash/Makefile index 225496b1e5c4..0c4dff116ab0 100644 --- a/security/py-mhash/Makefile +++ b/security/py-mhash/Makefile @@ -11,12 +11,11 @@ DISTNAME= python-mhash-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Python mhash module -LIB_DEPENDS= mhash:${PORTSDIR}/security/mhash +LIB_DEPENDS= libmhash.so:${PORTSDIR}/security/mhash -PLIST_FILES= %%PYTHON_SITELIBDIR%%/mhash.so USE_PYTHON= yes USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME= python-mhash +PYDISTUTILS_AUTOPLIST= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib @@ -24,5 +23,4 @@ LDFLAGS+= -L${LOCALBASE}/lib test: install ${PYTHON_CMD} ${WRKSRC}/test.py -NO_STAGE= yes .include <bsd.port.mk> |