From 80935b40ee15108df7d9917398310897ca021f03 Mon Sep 17 00:00:00 2001 From: jylefort Date: Thu, 24 Nov 2005 06:45:28 +0000 Subject: iso-codes is also needed in the non-gstreamer case. PR: ports/88658 Submitted by: jylefort Approved by: maintainer timeout (16 days) --- multimedia/totem/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'multimedia/totem/Makefile') diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index d7afe69d99ae..7d1b7c3a61c3 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -15,6 +15,9 @@ DIST_SUBDIR= gnome2 MAINTAINER?= hendrik@scholz.net COMMENT?= A Xine-based video player for the Gnome 2 Desktop +BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes +RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes + USE_REINPLACE= yes USE_BZIP2= yes USE_X_PREFIX= yes @@ -42,8 +45,6 @@ CONFLICTS= totem-gstreamer-[0-9]* LIB_DEPENDS+= musicbrainz:${PORTSDIR}/audio/libmusicbrainz .if defined(WITH_GSTREAMER) -BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes -RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes CONFIGURE_ARGS+=--enable-gstreamer USE_GSTREAMER+= gnomevfs core gconf WITHOUT_DVDNAV= yes -- cgit