diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-06 03:04:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-06-06 03:04:15 +0800 |
commit | 5e567801c58839cc6f6f65fc449f0d0d5735cbc8 (patch) | |
tree | 1c4ac1f9ec1b36a350f0f39f0e76c171162a1966 /Mk | |
parent | 35456cc227da091f19c81ab897c673c97831e649 (diff) | |
download | marcuscom-ports-5e567801c58839cc6f6f65fc449f0d0d5735cbc8.tar marcuscom-ports-5e567801c58839cc6f6f65fc449f0d0d5735cbc8.tar.gz marcuscom-ports-5e567801c58839cc6f6f65fc449f0d0d5735cbc8.tar.bz2 marcuscom-ports-5e567801c58839cc6f6f65fc449f0d0d5735cbc8.tar.lz marcuscom-ports-5e567801c58839cc6f6f65fc449f0d0d5735cbc8.tar.xz marcuscom-ports-5e567801c58839cc6f6f65fc449f0d0d5735cbc8.tar.zst marcuscom-ports-5e567801c58839cc6f6f65fc449f0d0d5735cbc8.zip |
Chase the evolutiondataserver shared lib version, and fix its implies
list.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2366 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-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 c6ee468df..21c83bf2b 100644 --- a/Mk/bsd.gnome.mk +++ b/Mk/bsd.gnome.mk @@ -419,9 +419,9 @@ gnomespeech_LIB_DEPENDS=gnomespeech.7:${PORTSDIR}/accessibility/gnomespeech gnomespeech_DETECT= ${LOCALBASE}/libdata/pkgconfig/gnome-speech-1.0.pc gnomespeech_USE_GNOME_IMPL=libbonobo -evolutiondataserver_LIB_DEPENDS=edataserver.3:${PORTSDIR}/databases/evolution-data-server +evolutiondataserver_LIB_DEPENDS=edataserver.4:${PORTSDIR}/databases/evolution-data-server evolutiondataserver_DETECT= ${X11BASE}/libdata/pkgconfig/evolution-data-server-1.0.pc -evolutiondataserver_USE_GNOME_IMPL=gtkhtml3 +evolutiondataserver_USE_GNOME_IMPL=libgnome # End component definition section |