diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-24 06:45:28 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-11-24 06:45:28 +0000 |
commit | 5cda33769cc80803a0719cc70c2a83dddc6777c9 (patch) | |
tree | dac138e547d5343bf15e9bb62a32a1301b47f4ba | |
parent | 97224c0fdc4690b51b7dea13c1beab4e8d75a4d9 (diff) | |
download | freebsd-ports-5cda33769cc80803a0719cc70c2a83dddc6777c9.zip |
iso-codes is also needed in the non-gstreamer case.
PR: ports/88658
Submitted by: jylefort
Approved by: maintainer timeout (16 days)
-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 |