aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2013-08-28 18:29:38 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2013-08-28 18:29:38 +0000
commitf0f4ee7565911d2e8cffb9986c541aad7789e5ad (patch)
treef4ed61ca663d8e9c96812ecc4c6cd8e54b427afa /net-im
parent3bec8741ffe1e70c5dbabd1ee86bfdf05f1c3e99 (diff)
Notes
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