aboutsummaryrefslogtreecommitdiffstats
path: root/devel/sdl12
diff options
context:
space:
mode:
authoritetcu <itetcu@FreeBSD.org>2013-08-29 02:29:38 +0800
committeritetcu <itetcu@FreeBSD.org>2013-08-29 02:29:38 +0800
commitc5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf (patch)
treef4ed61ca663d8e9c96812ecc4c6cd8e54b427afa /devel/sdl12
parent93403bfd81b1d886476fb8cff35443caf1f078ed (diff)
downloadfreebsd-ports-gnome-c5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf.tar.gz
freebsd-ports-gnome-c5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf.tar.zst
freebsd-ports-gnome-c5ea108c5b5fc0fba8ebbbbbf45b46202706e3cf.zip
Arts was removed:
audio/arts||2013-07-26|Has expired: Depends on Qt 3.x So remove the last leftovers. Approved by: portmgr (itetcu)
Diffstat (limited to 'devel/sdl12')
-rw-r--r--devel/sdl12/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/sdl12/Makefile b/devel/sdl12/Makefile
index 328587a54cab..68cbc38d38b6 100644
--- a/devel/sdl12/Makefile
+++ b/devel/sdl12/Makefile
@@ -26,12 +26,13 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-alsa --disable-alsatest
+CONFIGURE_ARGS+=--disable-arts
CONFIGURE_ARGS+=--disable-video-directfb
EXAMPLES= test/*.c test/*.bmp test/*.dat test/*.xbm test/*.wav
DOCS= BUGS COPYING CREDITS README README-SDL.txt WhatsNew docs.html
-OPTIONS_DEFINE= AALIB ARTS DOCS ESOUND EXAMPLES GGI NAS OPENGL OSS \
+OPTIONS_DEFINE= AALIB DOCS ESOUND EXAMPLES GGI NAS OPENGL OSS \
PULSEAUDIO SVGALIB X11
OPTIONS_DEFAULT= AALIB OPENGL OSS X11
@@ -52,13 +53,6 @@ LIB_DEPENDS+= aa:${PORTSDIR}/graphics/aalib
CONFIGURE_ARGS+= --disable-video-aalib
.endif
-.if ${PORT_OPTIONS:MARTS}
-LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
-CONFIGURE_ARGS+= --enable-arts
-.else
-CONFIGURE_ARGS+= --disable-arts
-.endif
-
.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
CONFIGURE_ARGS+= --enable-esd