diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 00:09:12 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 00:09:12 +0000 |
commit | 1af7ac113b4f5f608ec2e22bbe144d4392ae124d (patch) | |
tree | 5f074d306ffcf4e6e27841dc5da7efb4c96e4074 /x11-wm | |
parent | f0b0e0f424b5c2852f17def85ff9174ba80c963d (diff) | |
download | FreeBSD-ports-1af7ac113b4f5f608ec2e22bbe144d4392ae124d.zip FreeBSD-ports-1af7ac113b4f5f608ec2e22bbe144d4392ae124d.tar.gz |
Default python directory is now "python2.0", not "python1.5".
Diffstat (limited to 'x11-wm')
-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 e22263f..5a3b3f0 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 |