summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2012-12-10 22:25:53 +0000
committerpawel <pawel@FreeBSD.org>2012-12-10 22:25:53 +0000
commitc6734c9fb3c33ccd2a86f38c96df01365160b276 (patch)
treeef2c17d7a32ba2db24ab2b5ae41a8c9d691fb612
parentafa35a55ba04611e78729fe4111ee6b659bda113 (diff)
downloadFreeBSD-ports-c6734c9fb3c33ccd2a86f38c96df01365160b276.zip
FreeBSD-ports-c6734c9fb3c33ccd2a86f38c96df01365160b276.tar.gz
- Bump after pcre update
- Add missing deps
-rw-r--r--audio/arts/Makefile28
1 files changed, 19 insertions, 9 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index ee1d3f2..a8abc5d 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -1,14 +1,9 @@
-# -*-mode: makefile-*-
-# New ports collection makefile for: aRts
-# Date created: 18 February 2002
-# Whom: will@cvs.kde.org
-#
+# Created by: will@cvs.kde.org
# $FreeBSD$
-#
PORTNAME= arts
PORTVERSION= 1.5.10
-PORTREVISION= 7
+PORTREVISION= 8
PORTEPOCH= 1
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_KDE}
@@ -18,11 +13,22 @@ DIST_SUBDIR= KDE
MAINTAINER= ports@FreeBSD.org
COMMENT= Audio system for the KDE integrated X11 desktop
-LIB_DEPENDS+= audiofile:${PORTSDIR}/audio/libaudiofile \
+LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib \
+ audiofile:${PORTSDIR}/audio/libaudiofile \
mad:${PORTSDIR}/audio/libmad \
ogg:${PORTSDIR}/audio/libogg \
+ vorbis:${PORTSDIR}/audio/libvorbis \
glib-2.0:${PORTSDIR}/devel/glib20 \
- vorbis:${PORTSDIR}/audio/libvorbis
+ pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \
+ pcre:${PORTSDIR}/devel/pcre \
+ jpeg:${PORTSDIR}/graphics/jpeg \
+ lcms:${PORTSDIR}/graphics/lcms \
+ mng:${PORTSDIR}/graphics/libmng \
+ png15:${PORTSDIR}/graphics/png \
+ freetype:${PORTSDIR}/print/freetype2 \
+ expat:${PORTSDIR}/textproc/expat2 \
+ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \
+ xcb:${PORTSDIR}/x11/libxcb
PREFIX= ${KDE_PREFIX}
WANT_GNOME= yes
@@ -30,6 +36,10 @@ USE_QT_VER= 3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_ICONV= yes
+USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xft xi \
+ xinerama xrandr xrender xt
USE_LDCONFIG= yes
QTCPPFLAGS+= -L${LOCALBASE}/lib
DO_NOT_COMPILE+=gmcop
OpenPOWER on IntegriCloud