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/gonvert | |
parent | 831fd5de6188e26478522669a12d1449214ac8ce (diff) | |
download | ports-1146dab36b999b7c5af73fe370c206b7f57858b8.tar.gz ports-1146dab36b999b7c5af73fe370c206b7f57858b8.zip |
Notes
Diffstat (limited to 'misc/gonvert')
-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 |