diff options
author | adamw <adamw@FreeBSD.org> | 2003-04-21 07:14:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-04-21 07:14:46 +0800 |
commit | 7c05dc61975e302f254909c916855da727e8be6b (patch) | |
tree | aae9619644792b19b2ed945d864b5c9f952dbf6d /x11-wm | |
parent | 88130c343d1cb8eac4887d5513ba25d667aa3c09 (diff) | |
download | freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.tar.gz freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.tar.zst freebsd-ports-gnome-7c05dc61975e302f254909c916855da727e8be6b.zip |
USE_IMLIB is deprecated. Switching all USE_IMLIB references to appropriate
USE_GNOME= imlib directives.
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" |