diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-02 01:30:26 +0000 |
commit | db1f0a2d6a9b3de3b84a12a3cc28ddb829909b82 (patch) | |
tree | 0c7b88303d321fa699c4387aadd31fa2792c7d4a /x11-wm/icewm | |
parent | e02f54173aa617778d09c22881c0f1c39cd398a9 (diff) |
Notes
Diffstat (limited to 'x11-wm/icewm')
-rw-r--r-- | x11-wm/icewm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/icewm/Makefile b/x11-wm/icewm/Makefile index b7032fca8834..7e8557d93ec0 100644 --- a/x11-wm/icewm/Makefile +++ b/x11-wm/icewm/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_X_PREFIX= yes -WANT_ESOUND= yes +USE_GNOMENG= yes WANT_GNOME= yes USE_GMAKE= yes GNU_CONFIGURE= yes @@ -33,9 +33,9 @@ CONFIGURE_ARGS= --enable-i18n --enable-nls \ .include <bsd.port.pre.mk> -.if defined(HAVE_GNOME) +.if ${HAVE_GNOME:Mgnomelibs}!="" .undef HAVE_ESOUND -USE_GNOME= yes +USE_GNOME+= gnomelibs CONFIGURE_ARGS+= --with-imlib --without-xpm --with-gnome-menus \ --enable-guievents --with-icesound=esound INSTALL_TARGET= install install-gnome @@ -43,8 +43,8 @@ PLIST_SUB+= ESOUND="" .else USE_XPM= yes CONFIGURE_ARGS+= --without-imlib --with-xpm --without-gnome-menus -.if defined(HAVE_ESOUND) -USE_ESOUND= yes +.if ${HAVE_GNOME:Mesound}!="" +USE_GNOME+= esound CONFIGURE_ARGS+= --enable-guievents --with-icesound=esound PLIST_SUB+= ESOUND="" .else |