aboutsummaryrefslogtreecommitdiff
path: root/security/py-mhash/Makefile
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-30 10:59:46 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-30 10:59:46 +0000
commit5e0844edc95bb6a26fb402faa04a587ca6bf5902 (patch)
tree83ac85bcc3b1a0b2f385beecfd3ea38cca711633 /security/py-mhash/Makefile
parent69380d99e2be604011af379f1db556f98dac76bf (diff)
security/py-mhash: support staging and minor changes
Notes
Notes: svn path=/head/; revision=338082
Diffstat (limited to 'security/py-mhash/Makefile')
-rw-r--r--security/py-mhash/Makefile6
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>