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 /graphics/eog-plugins | |
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 'graphics/eog-plugins')
-rw-r--r-- | graphics/eog-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eog-plugins/Makefile b/graphics/eog-plugins/Makefile index 5e5cd452e..920ea0927 100644 --- a/graphics/eog-plugins/Makefile +++ b/graphics/eog-plugins/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog-plugins/Makefile,v 1.16 2011/04/22 16:10:56 mezz Exp $ +# $MCom: ports/graphics/eog-plugins/Makefile,v 1.17 2011/04/30 20:43:18 mezz Exp $ # PORTNAME= eog-plugins @@ -17,7 +17,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Plug-ins for the Eye of GNOME image viewer application BUILD_DEPENDS= eog:${PORTSDIR}/graphics/eog -LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata +LIB_DEPENDS= gdata.7:${PORTSDIR}/devel/libgdata06 RUN_DEPENDS= eog:${PORTSDIR}/graphics/eog CONFLICTS= eog-plugins-3.[0-9]* |