diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-13 14:33:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-06-13 14:33:37 +0000 |
commit | 1146dab36b999b7c5af73fe370c206b7f57858b8 (patch) | |
tree | 12ad9eda783608e2b2dc91646cfcde6710d91854 /misc | |
parent | Fix mismatching IPv6 numeric address. (diff) |
Use ${PYTHON_SITELIBDIR} where appropriate.
Notes
Notes:
svn path=/head/; revision=43941
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gonvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile index d6e90d18490c..881e359f2104 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 |