diff options
author | vs <vs@FreeBSD.org> | 2005-09-01 00:22:01 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-09-01 00:22:01 +0800 |
commit | 2d2b38c288f6577689ba848a43837021b64145cc (patch) | |
tree | 19188f78cd6930a88cb55b9aca07ac2e20196d8e /x11-wm | |
parent | f4e23db6b15073ac143216cd25ffd2a1761e370d (diff) | |
download | freebsd-ports-gnome-2d2b38c288f6577689ba848a43837021b64145cc.tar.gz freebsd-ports-gnome-2d2b38c288f6577689ba848a43837021b64145cc.tar.zst freebsd-ports-gnome-2d2b38c288f6577689ba848a43837021b64145cc.zip |
Enable Imlib-support to fix potential icewmtray-problems, cf.
http://lists.freebsd.org/mailman/htdig/freebsd-questions/2005-August/095360.html
PR: ports/84950
Submitted by: Alejandro Pulver
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/icewm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index b6623c4eb5b8..f07b4d218877 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -31,7 +31,7 @@ CONFIGURE_ARGS= --enable-shaped-decorations \ --with-mkfontdir=${NONEXISTENT} OPTIONS= GNOMEDESKTOP "Enable GNOME desktop support" off \ - IMLIB "Build with Imlib support" off \ + IMLIB "Build with Imlib support" on \ ESOUND "Enable EsounD daemon support" off \ XFT "Enable Xft support for fonts" on \ XINERAMA "Enable Xinerama support" on \ |