diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:49:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:49:31 +0800 |
commit | cdb195bde12525f23fb4dab4a0321614f4fb2aad (patch) | |
tree | 8b58f7ccec9d83443fedbda208d9fc0ad1993386 /databases | |
parent | 71dfde0760b13ea318c656ddead128dbe634597d (diff) | |
download | marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.gz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.bz2 marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.lz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.xz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.zst marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.zip |
Move graphics/libchamplain to libchamplain08
and devel/libgdata to libgdata06
And move libgdata08 and libchamplain010 to the unversioned dirs.
It doesn't make sense to have the current version in a directory that is
versioned. Sorry for the hassle.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16130 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/evolution-data-server3/Makefile b/databases/evolution-data-server3/Makefile index c8ff17d37..7715a0640 100644 --- a/databases/evolution-data-server3/Makefile +++ b/databases/evolution-data-server3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.15 2011/06/04 22:51:27 mezz Exp $ +# $MCom: ports/databases/evolution-data-server3/Makefile,v 1.16 2011/06/11 19:51:10 mezz Exp $ # PORTNAME= evolution-data-server @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= The data backends for the Evolution integrated mail/PIM suite LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome \ - gdata.11:${PORTSDIR}/devel/libgdata08 \ + gdata.11:${PORTSDIR}/devel/libgdata \ ical.44:${PORTSDIR}/devel/libical \ nss3.1:${PORTSDIR}/security/nss \ tasn1.4:${PORTSDIR}/security/libtasn1 \ |