1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Correctly utilize WANT_GNOME.

Submitted by: bento
This commit is contained in:
Clive Lin 2001-04-08 17:45:55 +00:00
parent 5aedc91d94
commit 3dd74c3c3a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41078

View File

@ -18,6 +18,8 @@ USE_X_PREFIX= yes
USE_XPM= yes
USE_GTK= yes
USE_AUTOCONF= yes
WANT_GNOME= yes
MAN6= xpuyopuyo.6
.include <bsd.port.pre.mk>
@ -30,7 +32,6 @@ CONFIGURE_ARGS+=--with-libmikmod-prefix=${LOCALBASE}
.if defined(HAVE_GNOME)
USE_GNOME= yes
WANT_GNOME= yes
.else
CONFIGURE_ARGS+=--without-gnome
.endif