Add missed USE_GNOME if HAVE_GNOME is defined.

Submitted by:	billf
This commit is contained in:
Maxim Sobolev 2000-11-08 07:48:47 +00:00
parent 7a7daa00f1
commit 78fd442524
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34904

View File

@ -49,6 +49,7 @@ DATAFILES= WindowMaker-extra-0.1.tar.bz2
.if defined(HAVE_GNOME)
CONFIGURE_ARGS+= --enable-gnome
USE_GNOME= yes
.endif
.if defined(WITH_KDE)