aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
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 /net-im
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 'net-im')
-rw-r--r--net-im/ayttm/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile
index d3b706ee1a2b..2ee6cb6f7a59 100644
--- a/net-im/ayttm/Makefile
+++ b/net-im/ayttm/Makefile
@@ -16,7 +16,7 @@ LIB_DEPENDS= audiofile.0:${PORTSDIR}/audio/libaudiofile \
gpgme.19:${PORTSDIR}/security/gpgme \
pspell.16:${PORTSDIR}/textproc/aspell
-OPTIONS_DEFINE= ARTS ESOUND AIM_TOC ICQ_TOC
+OPTIONS_DEFINE= ESOUND AIM_TOC ICQ_TOC
AIM_TOC_DESC= Include aim-toc service
ICQ_TOC_DESC= Include icq-toc service
@@ -26,7 +26,8 @@ USE_GNOME= gtk20
USE_OPENSSL= yes
USE_GMAKE= yes
USE_AUTOTOOLS= libltdl libtool
-CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj
+CONFIGURE_ARGS= --enable-oscar --disable-workwizu --enable-smtp --enable-lj \
+ --disable-arts
MAN1= ayttm.1
@@ -35,12 +36,6 @@ LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.pre.mk>
-.if ${PORT_OPTIONS:MARTS}
-LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts
-.else
-CONFIGURE_ARGS+= --disable-arts
-.endif
-
.if ${PORT_OPTIONS:MESOUND}
USE_GNOME+= esound
.else