Use a different construct for USE_X11 so that it actually does what it

was meant for.

ok landry@ jasper@
This commit is contained in:
ajacoutot 2010-10-19 15:20:36 +00:00
parent f891d064aa
commit 16143d15d4

View File

@ -1,4 +1,4 @@
# $OpenBSD: gnome.port.mk,v 1.27 2010/10/18 13:17:24 jasper Exp $
# $OpenBSD: gnome.port.mk,v 1.28 2010/10/19 15:20:36 ajacoutot Exp $
#
# Module for GNOME related ports
#
@ -48,4 +48,7 @@ USE_GMAKE?= Yes
. endif
.endif
USE_X11?= Yes
# XXX not 100% reliable
.if ${WANTLIB:MX11}
USE_X11= Yes
.endif