diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-24 06:11:47 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-05-24 06:11:47 +0800 |
commit | 46c5bfb0510102c445c28a06eb79d66af7d6d735 (patch) | |
tree | 69d276d3aaf4aa4e423e2ab78e15af3bf66caacf /multimedia/totem | |
parent | bd0c0670daa9aeb641ca8035dc0e8e98e39e4ce6 (diff) | |
download | marcuscom-ports-46c5bfb0510102c445c28a06eb79d66af7d6d735.tar marcuscom-ports-46c5bfb0510102c445c28a06eb79d66af7d6d735.tar.gz marcuscom-ports-46c5bfb0510102c445c28a06eb79d66af7d6d735.tar.bz2 marcuscom-ports-46c5bfb0510102c445c28a06eb79d66af7d6d735.tar.lz marcuscom-ports-46c5bfb0510102c445c28a06eb79d66af7d6d735.tar.xz marcuscom-ports-46c5bfb0510102c445c28a06eb79d66af7d6d735.tar.zst marcuscom-ports-46c5bfb0510102c445c28a06eb79d66af7d6d735.zip |
Add an explicit dependency on libmusicbrainz -- totem won't configure without
it. PORTREVISION bump.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4014 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'multimedia/totem')
-rw-r--r-- | multimedia/totem/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 9e9e39b36..6108a21c8 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -7,6 +7,7 @@ PORTNAME= totem PORTVERSION= 1.1.2 +PORTREVISION= 1 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -39,6 +40,8 @@ CONFLICTS= totem-gstreamer-[0-9]* .include <bsd.port.pre.mk> +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 |