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-plugins3 | |
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-plugins3')
-rw-r--r-- | graphics/eog-plugins3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eog-plugins3/Makefile b/graphics/eog-plugins3/Makefile index f87faef7c..aa7d953f5 100644 --- a/graphics/eog-plugins3/Makefile +++ b/graphics/eog-plugins3/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/graphics/eog-plugins3/Makefile,v 1.4 2011/04/22 16:10:57 mezz Exp $ +# $MCom: ports/graphics/eog-plugins3/Makefile,v 1.5 2011/06/10 22:59:04 mezz Exp $ # PORTNAME= eog-plugins @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Plug-ins for the Eye of GNOME image viewer application BUILD_DEPENDS= eog>=2.91.0:${PORTSDIR}/graphics/eog3 -LIB_DEPENDS= gdata.11:${PORTSDIR}/devel/libgdata08 \ +LIB_DEPENDS= gdata.11:${PORTSDIR}/devel/libgdata \ peas-1.0.0:${PORTSDIR}/devel/libpeas RUN_DEPENDS= eog>=2.91.0:${PORTSDIR}/graphics/eog3 |