diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
commit | 9edf2e2b52def7f393eec8e83c51ee62cbf76d8e (patch) | |
tree | d4db3e37354ea6d96395504427689a81e14445e9 /x11-wm/icepref | |
parent | Update to 0.3.8. (diff) |
Use "USE_GTK" & "USE_GNOME" forever.
Notes
Notes:
svn path=/head/; revision=39851
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 2645fc3b59f5..7b3df03ebc25 100644 --- a/x11-wm/icepref/Makefile +++ b/x11-wm/icepref/Makefile @@ -12,12 +12,12 @@ MASTER_SITES= http://209.132.18.205/downloads/portfiles/ MAINTAINER= murban@tznet.com -LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk WRKSRC= ${WRKDIR}/${PORTNAME} USE_X_PREFIX= yes USE_PYTHON= yes +USE_GTK= yes NO_BUILD= yes MAN1= icepref.1 FETCH_BEFORE_ARGS= -b |