From 57dcf10e901fb0427cfeb0835078df226d263f1e Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Fri, 12 Dec 2003 09:18:01 +0000 Subject: Respect WITHOUT_ARTS to disable arts support even if arts is already installed. --- devel/sdl12/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/sdl12') diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile index 880c669dc254..3c5f600a62ae 100644 --- a/devel/sdl12/Makefile +++ b/devel/sdl12/Makefile @@ -74,7 +74,7 @@ LIB_DEPENDS+= vga.1:${PORTSDIR}/graphics/svgalib CONFIGURE_ARGS+=--enable-video-svga .endif -.if exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS) +.if (exists(${LOCALBASE}/bin/artsc-config) || defined(WITH_ARTS)) && !defined(WITHOUT_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts CONFIGURE_ARGS+=--enable-arts .else -- cgit v1.2.3