diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-03-14 19:33:30 +0000 |
commit | 2a28ece10b067c941da2d6d0e557342b649951f0 (patch) | |
tree | d54e5fd8c61b336b74b012553cb4e9216f2b613b /x11-wm | |
parent | db230673e4bcd10e602286e297bb3435782751cd (diff) | |
download | FreeBSD-ports-2a28ece10b067c941da2d6d0e557342b649951f0.zip FreeBSD-ports-2a28ece10b067c941da2d6d0e557342b649951f0.tar.gz |
Use "USE_GTK" & "USE_GNOME" forever.
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 2645fc3..7b3df03 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 |