diff options
author | pav <pav@FreeBSD.org> | 2005-05-31 15:26:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-31 15:26:50 +0800 |
commit | eabe3ba61e1c3ba34597267858392d41855e9c4d (patch) | |
tree | b6cee91e630fca798815189b9c8f3d4613bd16ca /x11-wm | |
parent | 95f62360d26dc474dea633285bf7eb3541a5368f (diff) | |
download | freebsd-ports-gnome-eabe3ba61e1c3ba34597267858392d41855e9c4d.tar.gz freebsd-ports-gnome-eabe3ba61e1c3ba34597267858392d41855e9c4d.tar.zst freebsd-ports-gnome-eabe3ba61e1c3ba34597267858392d41855e9c4d.zip |
- Change last few occurences of USE_GTK=yes to USE_GNOME=gtk12
Approved by: portmgr (marcus)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmthemeinstall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmthemeinstall/Makefile b/x11-wm/wmthemeinstall/Makefile index 9b6af974db13..23e579b3e148 100644 --- a/x11-wm/wmthemeinstall/Makefile +++ b/x11-wm/wmthemeinstall/Makefile @@ -18,7 +18,7 @@ RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker USE_X_PREFIX= yes USE_GMAKE= yes -USE_GTK= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes USE_REINPLACE= yes |