aboutsummaryrefslogtreecommitdiff
path: root/devel/py-ptrace/Makefile
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-06-25 13:33:20 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-06-25 13:33:20 +0000
commit9ce180c315e230f17793c9bd02819a40b179efd6 (patch)
tree5cbae04e6428ebcce01e9342e5be7010a1084133 /devel/py-ptrace/Makefile
parentb92554180c67253ffa68cf8a12c6a80d2ae470cf (diff)
downloadports-9ce180c315e230f17793c9bd02819a40b179efd6.tar.gz
ports-9ce180c315e230f17793c9bd02819a40b179efd6.zip
Notes
Diffstat (limited to 'devel/py-ptrace/Makefile')
-rw-r--r--devel/py-ptrace/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/py-ptrace/Makefile b/devel/py-ptrace/Makefile
index 3a409a1011b4..08501b75f1ed 100644
--- a/devel/py-ptrace/Makefile
+++ b/devel/py-ptrace/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ptrace
PORTVERSION= 0.6.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,7 @@ DISTNAME= python-ptrace-${PORTVERSION}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Python binding of ptrace
-RUN_DEPENDS= ${PYTHON_SITELIBDIR}/distorm.so:${PORTSDIR}/devel/py-distorm
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/distorm3/libdistorm3.so:${PORTSDIR}/devel/py-distorm
USE_PYTHON= 2.5-2.7
USE_PYDISTUTILS= yes
@@ -25,7 +26,7 @@ LICENSE= GPLv2
ONLY_FOR_ARCHS= i386
post-patch:
- ${REINPLACE_CMD} -e 's|libdistorm64.so|${PYTHON_SITELIBDIR}/distorm.so|' \
+ ${REINPLACE_CMD} -e 's|libdistorm64.so|${PYTHON_SITELIBDIR}/distorm3/libdistorm3.so|' \
${WRKSRC}/ptrace/pydistorm.py
.include <bsd.port.mk>