diff --git a/devel/SDL/Makefile b/devel/SDL/Makefile index d715d556e272..dbb288d79b73 100644 --- a/devel/SDL/Makefile +++ b/devel/SDL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.104 2012/03/03 12:54:16 wiz Exp $ +# $NetBSD: Makefile,v 1.105 2012/08/29 23:07:08 adam Exp $ DISTNAME= SDL-1.2.15 PKGREVISION= 3 @@ -59,6 +59,8 @@ CONFIGURE_ARGS+= --disable-x11-shared .include "../../x11/libXt/buildlink3.mk" .include "../../x11/xextproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" +.else +CONFIGURE_ARGS+= --without-x .endif .include "../../mk/pthread.buildlink3.mk"