summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-06-13 14:33:37 +0000
committersobomax <sobomax@FreeBSD.org>2001-06-13 14:33:37 +0000
commitdf71d1780e90cfcee3fdd3694ff0a298e1809719 (patch)
tree2ec0f9650791b7448e13f8a69be4b23cbe224093 /misc
parent31b12056bee5736325f292bdd980d37a2176b19f (diff)
downloadFreeBSD-ports-df71d1780e90cfcee3fdd3694ff0a298e1809719.zip
FreeBSD-ports-df71d1780e90cfcee3fdd3694ff0a298e1809719.tar.gz
Use ${PYTHON_SITELIBDIR} where appropriate.
Diffstat (limited to 'misc')
-rw-r--r--misc/gonvert/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile
index d6e90d1..881e359 100644
--- a/misc/gonvert/Makefile
+++ b/misc/gonvert/Makefile
@@ -13,8 +13,8 @@ MASTER_SITES= http://webhome.idirect.com/~tekatch/anthony/ucu/
MAINTAINER= ports@FreeBSD.org
-RUN_DEPENDS= ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk \
- ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
+RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk \
+ ${PYTHON_SITELIBDIR}/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome
USE_PYTHON= yes
USE_X_PREFIX= yes
OpenPOWER on IntegriCloud