diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 08:39:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 08:39:51 +0800 |
commit | 8fef9ce92036939abdccaadbd03c7432cbe42a3e (patch) | |
tree | 3415cfbff4d473ef27ae5f91366068ed223c7536 /x11-wm | |
parent | 145b9e419e7f5cb12664b3d596a213ba7e26183f (diff) | |
download | freebsd-ports-graphics-8fef9ce92036939abdccaadbd03c7432cbe42a3e.tar.gz freebsd-ports-graphics-8fef9ce92036939abdccaadbd03c7432cbe42a3e.tar.zst freebsd-ports-graphics-8fef9ce92036939abdccaadbd03c7432cbe42a3e.zip |
Properly use USE_PYTHON.
Submitted by: tg (a long time ago...sorry)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icepref/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/icepref/Makefile b/x11-wm/icepref/Makefile index 5a3b3f003eb..5ad5db50133 100644 --- a/x11-wm/icepref/Makefile +++ b/x11-wm/icepref/Makefile @@ -13,11 +13,11 @@ MASTER_SITES= http://209.132.18.205/downloads/portfiles/ MAINTAINER= murban@tznet.com LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 -RUN_DEPENDS= python:${PORTSDIR}/lang/python -RUN_DEPENDS= ${LOCALBASE}/lib/python2.0/site-packages/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes +USE_PYTHON= yes NO_BUILD= yes MAN1= icepref.1 FETCH_BEFORE_ARGS= -b |