summaryrefslogtreecommitdiff
path: root/editors/moleskine
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 14:33:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-06-13 14:33:37 +0000
commit1146dab36b999b7c5af73fe370c206b7f57858b8 (patch)
tree12ad9eda783608e2b2dc91646cfcde6710d91854 /editors/moleskine
parentFix mismatching IPv6 numeric address. (diff)
Use ${PYTHON_SITELIBDIR} where appropriate.
Notes
Notes: svn path=/head/; revision=43941
Diffstat (limited to 'editors/moleskine')
-rw-r--r--editors/moleskine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/moleskine/Makefile b/editors/moleskine/Makefile
index eaea458d71ed..107ea8f193a4 100644
--- a/editors/moleskine/Makefile
+++ b/editors/moleskine/Makefile
@@ -13,8 +13,8 @@ DISTNAME= ${PORTNAME:S/^m/M/}-${PORTVERSION}
MAINTAINER= sobomax@FreeBSD.org
-RUN_DEPENDS= ${PYTHON_LIBDIR}/site-packages/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
- ${PYTHON_LIBDIR}/site-packages/_gtkscintillamodule.so:${PORTSDIR}/x11-toolkits/py-gtkscintilla
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \
+ ${PYTHON_SITELIBDIR}/_gtkscintillamodule.so:${PORTSDIR}/x11-toolkits/py-gtkscintilla
USE_X_PREFIX= yes
USE_PYTHON= yes