diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 23:33:58 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-07-13 23:33:58 +0800 |
commit | 4a939fa9694092e6aa1eb35330854cdc3986c000 (patch) | |
tree | 4e2c646a241d22ee52799b82cc9079bddfe1f5f2 | |
parent | fd6c7a99367a6b13f115a98928db4d287c4fcf5d (diff) | |
download | marcuscom-ports-4a939fa9694092e6aa1eb35330854cdc3986c000.tar marcuscom-ports-4a939fa9694092e6aa1eb35330854cdc3986c000.tar.gz marcuscom-ports-4a939fa9694092e6aa1eb35330854cdc3986c000.tar.bz2 marcuscom-ports-4a939fa9694092e6aa1eb35330854cdc3986c000.tar.lz marcuscom-ports-4a939fa9694092e6aa1eb35330854cdc3986c000.tar.xz marcuscom-ports-4a939fa9694092e6aa1eb35330854cdc3986c000.tar.zst marcuscom-ports-4a939fa9694092e6aa1eb35330854cdc3986c000.zip |
Correct evolutiondataserver3 location in ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@14335 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | Mk/bsd.gnome.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk index 7272bbdba..b199f26a1 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -3,7 +3,7 @@ # # $FreeBSD$ # $NetBSD: $ -# $MCom: ports/Mk/bsd.gnome.mk,v 1.502 2010/07/07 12:06:32 kwm Exp $ +# $MCom: ports/Mk/bsd.gnome.mk,v 1.503 2010/07/13 15:25:01 kwm Exp $ # # Please view me with 4 column tabs! @@ -515,7 +515,7 @@ evolutiondataserver_LIB_DEPENDS=edataserverui-1.2.8:${PORTSDIR}/databases/evolut evolutiondataserver_DETECT= ${LOCALBASE}/libdata/pkgconfig/evolution-data-server-1.2.pc evolutiondataserver_USE_GNOME_IMPL=gconf2 libxml2 -evolutiondataserver3_LIB_DEPENDS=edataserverui-3.0.0:${PORTSDIR}/databases/evolution-data-server +evolutiondataserver3_LIB_DEPENDS=edataserverui-3.0.0:${PORTSDIR}/databases/evolution-data-server3 evolutiondataserver3_DETECT= ${LOCALBASE}/libdata/pkgconfig/libedataserverui-3.0.pc evolutiondataserver3_USE_GNOME_IMPL=gconf2 libxml2 gtk30 |