diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:09:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-14 00:09:12 +0000 |
commit | a0c7bfab050edf32f596467d018a31ed909a0bde (patch) | |
tree | 3cd36dcf018be3b5d65269c0df6fd8861b972909 /x11-wm/icepref | |
parent | 616454aa4182de91f3294ac5e0435e608b860898 (diff) | |
download | ports-a0c7bfab050edf32f596467d018a31ed909a0bde.tar.gz ports-a0c7bfab050edf32f596467d018a31ed909a0bde.zip |
Notes
Diffstat (limited to 'x11-wm/icepref')
-rw-r--r-- | x11-wm/icepref/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icepref/Makefile b/x11-wm/icepref/Makefile index e22263f836fc..5a3b3f003eb1 100644 --- a/x11-wm/icepref/Makefile +++ b/x11-wm/icepref/Makefile @@ -14,7 +14,7 @@ MAINTAINER= murban@tznet.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 RUN_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= ${LOCALBASE}/lib/python1.6/site-packages/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk +RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes |