diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:41:38 +0000 |
commit | adccc29aad24aa2caee0df9724a127f6b5f5f113 (patch) | |
tree | d64c901bd45aee3f6673aedc99d00e9166668c43 /graphics/osgedit | |
parent | Update to 0.12.1. This brings a shared lib bump of libintl.so. It is (diff) |
Chase the libintl.so shared lib version.
Notes
Notes:
svn path=/head/; revision=87644
Diffstat (limited to 'graphics/osgedit')
-rw-r--r-- | graphics/osgedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/osgedit/Makefile b/graphics/osgedit/Makefile index 42e94594263c..5e4fef4e2244 100644 --- a/graphics/osgedit/Makefile +++ b/graphics/osgedit/Makefile @@ -19,7 +19,7 @@ COMMENT= An open editor for an open scenegraph BUILD_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg LIB_DEPENDS= gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \ gtkgl-2.0.1:${PORTSDIR}/x11-toolkits/gtkglarea2 \ - intl.4:${PORTSDIR}/devel/gettext \ + intl.5:${PORTSDIR}/devel/gettext \ iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${X11BASE}/lib/libosg.so:${PORTSDIR}/graphics/osg |