diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-11-24 14:45:28 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-11-24 14:45:28 +0800 |
commit | 80935b40ee15108df7d9917398310897ca021f03 (patch) | |
tree | b379726a40eba6cdbf0ed20b2e33021dfb32d85e /multimedia/totem/Makefile | |
parent | a09e98bbaf1f5be32f04ac8e2522ce0fb2c03290 (diff) | |
download | freebsd-ports-gnome-80935b40ee15108df7d9917398310897ca021f03.tar.gz freebsd-ports-gnome-80935b40ee15108df7d9917398310897ca021f03.tar.zst freebsd-ports-gnome-80935b40ee15108df7d9917398310897ca021f03.zip |
iso-codes is also needed in the non-gstreamer case.
PR: ports/88658
Submitted by: jylefort
Approved by: maintainer timeout (16 days)
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |