diff options
author | tron <tron@pkgsrc.org> | 2000-01-23 16:50:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-01-23 16:50:40 +0000 |
commit | 73ecb2849dcd8ebb05dae443164c826e421e3e0c (patch) | |
tree | 66bcc349fc1d1570f1a366de0865da81cdf24bdd /x11 | |
parent | ecd05e55a86006b2342714274fc9d9d8225154f6 (diff) | |
download | pkgsrc-73ecb2849dcd8ebb05dae443164c826e421e3e0c.tar.gz |
Activate "imlib" support.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/icewm-gnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/icewm-gnome/Makefile b/x11/icewm-gnome/Makefile index 978b5ea58d8..66db873294e 100644 --- a/x11/icewm-gnome/Makefile +++ b/x11/icewm-gnome/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/01/23 16:03:36 tron Exp $ +# $NetBSD: Makefile,v 1.2 2000/01/23 16:50:40 tron Exp $ DISTNAME= icewm-1.0.1 PKGNAME= icewm-gnome-1.0.1 @@ -16,7 +16,7 @@ CONFLICTS+= icewm-[0-9]* GNU_CONFIGURE= YES USE_X11BASE= YES -CONFIGURE_ARGS+= --with-gnome-menus=${X11BASE}/bin/gnome-config +CONFIGURE_ARGS+= --with-gnome-menus=${X11BASE}/bin/gnome-config --with-imlib CONFIGURE_ENV+= LIBS="-lintl" post-install: |