aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-09-02 03:51:52 +0800
committerbsam <bsam@FreeBSD.org>2013-09-02 03:51:52 +0800
commit1cb6f71078defa2e4b666b8ddc33343ceab130b3 (patch)
tree26988e578b5efcac351835a440dfb72a6de19e65 /multimedia
parent35bb74c6281493c3ac3d646e0b10150602f7b0c7 (diff)
downloadfreebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.tar.gz
freebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.tar.zst
freebsd-ports-gnome-1cb6f71078defa2e4b666b8ddc33343ceab130b3.zip
Adopt USES+=iconv.
Approved by: maintainers (by e-mail)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/xawtv/Makefile8
-rw-r--r--multimedia/xbmc-pvr/Makefile5
2 files changed, 5 insertions, 8 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile
index c02097af8f16..c6e80a338403 100644
--- a/multimedia/xawtv/Makefile
+++ b/multimedia/xawtv/Makefile
@@ -9,10 +9,8 @@ MASTER_SITES= http://linuxtv.org/downloads/xawtv/
MAINTAINER= oliver@FreeBSD.org
COMMENT= A TV viewing application and a few TV utilities
-BUILD_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
- ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
-RUN_DEPENDS= iconv:${PORTSDIR}/converters/libiconv \
- ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
+BUILD_DEPENDS= ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
+RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/misc/led-iso8859-1.pcf.gz:${PORTSDIR}/x11-fonts/tv-fonts
LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \
jpeg.11:${PORTSDIR}/graphics/jpeg
@@ -21,7 +19,7 @@ OPTIONS_DEFINE_i386= MMX
OPTIONS_DEFAULT= AALIB
ZVBI_DESC= Enable libzvbi support
-USES= gmake motif
+USES= gmake iconv motif
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_PERL5= yes
diff --git a/multimedia/xbmc-pvr/Makefile b/multimedia/xbmc-pvr/Makefile
index d8ab5f57110b..1c99aaae2b22 100644
--- a/multimedia/xbmc-pvr/Makefile
+++ b/multimedia/xbmc-pvr/Makefile
@@ -51,8 +51,7 @@ LIB_DEPENDS= asound:${PORTSDIR}/audio/alsa-lib \
ass:${PORTSDIR}/multimedia/libass \
wavpack:${PORTSDIR}/audio/wavpack \
yajl:${PORTSDIR}/devel/yajl \
- plist:${PORTSDIR}/devel/libplist \
- iconv:${PORTSDIR}/converters/libiconv
+ plist:${PORTSDIR}/devel/libplist
RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/audio/alsa-plugins \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
@@ -63,7 +62,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PORTSDIR}/a
GITHASH= 9023e39
WRKSRC= ${WRKDIR}/opdenkamp-${PORTNAME}-${GITHASH}
FETCH_ARGS= -Fpr
-USES= pkgconfig
+USES= iconv pkgconfig
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf libtool automake libltdl
GNU_CONFIGURE= yes