diff options
author | ade <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-15 19:44:29 +0000 |
commit | f7e7c1154236a21d968009030a86f6a1e0b7f074 (patch) | |
tree | 9349e0fcef65ad910d560a8ab77203efacfa5880 /graphics/ogle-gui | |
parent | 5342d0854f4686c3dd72fffe5970ee48e6300a0d (diff) | |
download | FreeBSD-ports-f7e7c1154236a21d968009030a86f6a1e0b7f074.zip FreeBSD-ports-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.gz |
Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies
Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old
Reviewed by: portmgr
Diffstat (limited to 'graphics/ogle-gui')
-rw-r--r-- | graphics/ogle-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ogle-gui/Makefile b/graphics/ogle-gui/Makefile index 1afa59c..5db265e 100644 --- a/graphics/ogle-gui/Makefile +++ b/graphics/ogle-gui/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_gui-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/ogle/libdvdcontrol.so.5:${PORTSDIR}/graphics/ogle -LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext \ +LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext-old \ giconv.2:${PORTSDIR}/converters/libiconv \ glade.4:${PORTSDIR}/devel/libglade \ xml2.5:${PORTSDIR}/textproc/libxml2 |