From 20f33749cbfab3c16cf4161adb6a0315893baa66 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 22 Jul 2006 16:05:21 +0000 Subject: Allow Evo to find gstreamer in LOCALBASE. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6685 df743ca5-7f9a-e211-a948-0013205c9059 --- mail/evolution/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index af5da41f0..40075172f 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -3,7 +3,7 @@ # Whom: Ade Lovett # # $FreeBSD: ports/mail/evolution/Makefile,v 1.123 2006/04/30 00:46:56 marcus Exp $ -# $MCom: ports/mail/evolution/Makefile,v 1.109 2006/07/18 19:22:20 ahze Exp $ +# $MCom: ports/mail/evolution/Makefile,v 1.110 2006/07/21 20:46:57 mezz Exp $ # PORTNAME= evolution @@ -69,7 +69,7 @@ WITH_DBUS= yes WITH_DBUS= yes .endif -.if exists(${X11BASE}/lib/libgstreamer-0.8.so) +.if exists(${LOCALBASE}/lib/libgstreamer-0.8.so) WITH_GSTREAMER= yes .endif -- cgit v1.2.3