diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-26 08:47:45 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-01-26 08:47:45 +0800 |
commit | fd2807aac26699369d830d248139cceb0d9c805c (patch) | |
tree | 6aa50f0d70b806e1df6be323ff42f97e39f4f284 /graphics | |
parent | 01f93409c4d9ded179d6664ae20d8863165ad5cc (diff) | |
download | marcuscom-ports-fd2807aac26699369d830d248139cceb0d9c805c.tar.gz marcuscom-ports-fd2807aac26699369d830d248139cceb0d9c805c.tar.zst marcuscom-ports-fd2807aac26699369d830d248139cceb0d9c805c.zip |
Chase libgnomeui's shared lib version.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@456 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/eog2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/eog2/Makefile b/graphics/eog2/Makefile index 0ef8e4017..91f3e0228 100644 --- a/graphics/eog2/Makefile +++ b/graphics/eog2/Makefile @@ -15,9 +15,9 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui \ +LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ gnomeprint-2-2.0:${PORTSDIR}/print/libgnomeprint \ - rsvg-2.3:${PORTSDIR}/graphics/librsvg2 + rsvg-2.4:${PORTSDIR}/graphics/librsvg2 USE_BZIP2= yes USE_GMAKE= yes |