Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Aug 2009 12:45:58 +0900
From:      Daichi GOTO <daichi@ongs.co.jp>
To:        freebsd-gnome@freebsd.org
Cc:        Masanori OZAWA <ozawa@ongs.co.jp>
Subject:   multimedia/totem-pl-parser dependency patch
Message-ID:  <4A7F97F6.8080809@ongs.co.jp>

next in thread | raw e-mail | index | archive | help
I guess someone not using Gnome needs dependency
for camel-1.2:${PORTSDIR}/databases/evolution-data-server
to use Totem correctly. Patch is follow:


diff -urBN totem-pl-parser.orig/Makefile totem-pl-parser/Makefile
--- totem-pl-parser.orig/Makefile	2009-08-03 04:34:52.000000000 +0900
+++ totem-pl-parser/Makefile	2009-08-10 12:25:17.000000000 +0900
@@ -16,7 +16,8 @@
  MAINTAINER=	gnome@FreeBSD.org
  COMMENT=	GObject-based library to parse a host of playlist formats

-LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal
+LIB_DEPENDS=	hal.1:${PORTSDIR}/sysutils/hal \
+		camel-1.2:${PORTSDIR}/databases/evolution-data-server

  USE_BZIP2=	yes
  USE_GMAKE=	yes


If there is no objection, I want to commit that.
Thanks

-- 
   ONGS Inc.
   CEO, Daichi GOTO (daichi@ongs.co.jp)
   TEL: 81-42-316-7945  FAX: 81-42-316-7946
   WWW: http://www.ongs.co.jp/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A7F97F6.8080809>