summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-25 09:24:55 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-01-25 09:24:55 +0800
commit9acd717c391f455ef61aa9b4d392720f3b7168e9 (patch)
treea9506d7f36fbf55956ae600f697a47b39f5dcd8b /mail
parent2ecb1a60faec546f05a6b899ec448690446de0e2 (diff)
downloadmarcuscom-ports-9acd717c391f455ef61aa9b4d392720f3b7168e9.tar
marcuscom-ports-9acd717c391f455ef61aa9b4d392720f3b7168e9.tar.gz
marcuscom-ports-9acd717c391f455ef61aa9b4d392720f3b7168e9.tar.bz2
marcuscom-ports-9acd717c391f455ef61aa9b4d392720f3b7168e9.tar.lz
marcuscom-ports-9acd717c391f455ef61aa9b4d392720f3b7168e9.tar.xz
marcuscom-ports-9acd717c391f455ef61aa9b4d392720f3b7168e9.tar.zst
marcuscom-ports-9acd717c391f455ef61aa9b4d392720f3b7168e9.zip
It seems there is no more gstreamer integration with Evo.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5532 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'mail')
-rw-r--r--mail/evolution/Makefile15
1 files changed, 2 insertions, 13 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 31c8f6188..3ea58aa03 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -3,11 +3,12 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/mail/evolution/Makefile,v 1.83 2006/01/18 04:53:48 marcus Exp $
+# $MCom: ports/mail/evolution/Makefile,v 1.84 2006/01/24 21:21:33 marcus Exp $
#
PORTNAME= evolution
PORTVERSION= 2.5.5
+PORTREVISION= 1
CATEGORIES= mail gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
@@ -55,7 +56,6 @@ OPTIONS= PILOT "Enable Palm Pilot sync support" off \
.include <bsd.port.pre.mk>
.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
-WITH_GSTREAMER= yes
WITH_DBUS= yes
.endif
@@ -63,10 +63,6 @@ WITH_DBUS= yes
WITH_DBUS= yes
.endif
-.if exists(${X11BASE}/lib/libgstreamer-0.8.so)
-WITH_GSTREAMER= yes
-.endif
-
.if defined(WITH_PILOT)
LIB_DEPENDS+= gpilotdconduit.2:${PORTSDIR}/palm/gnomepilot2
CONFIGURE_ARGS+= --with-pisock=${LOCALBASE} \
@@ -87,13 +83,6 @@ CONFIGURE_ARGS+=--with-openldap=no
RUN_DEPENDS+= spamassassin:${PORTSDIR}/mail/p5-Mail-SpamAssassin
.endif
-.if defined(WITH_GSTREAMER)
-LIB_DEPENDS+= gstreamer-0.8.5:${PORTSDIR}/multimedia/gstreamer80
-PLIST_SUB+= GSTREAMER=""
-.else
-PLIST_SUB+= GSTREAMER="@comment "
-.endif
-
.if defined(WITH_DBUS)
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus
PLIST_SUB+= DBUS=""