diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-20 23:14:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-04-20 23:14:46 +0000 |
commit | 429ff4d8615042ffcc98a91759cac88c6c357c52 (patch) | |
tree | a5cfff286eb6e143b5084a3d4b8b7a472d248dff /x11-wm | |
parent | Unbreak for FreeBSD 5.x prior to addition of NSS module support (diff) |
USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate
USE_GNOME= imlib directives.
Notes
Notes:
svn path=/head/; revision=79382
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/wmakerconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/wmakerconf/Makefile b/x11-wm/wmakerconf/Makefile index 5b22f46e7a99..83ddfb3c3e4e 100644 --- a/x11-wm/wmakerconf/Makefile +++ b/x11-wm/wmakerconf/Makefile @@ -28,7 +28,7 @@ USE_X_PREFIX= yes USE_PERL5= yes USE_GMAKE= yes USE_XPM= yes -USE_IMLIB= yes +USE_GNOME= imlib WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-wmakerdir="${X11BASE}/share/WindowMaker" |