diff options
author | ade <ade@FreeBSD.org> | 2002-03-16 03:44:29 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2002-03-16 03:44:29 +0800 |
commit | f7e7c1154236a21d968009030a86f6a1e0b7f074 (patch) | |
tree | 9349e0fcef65ad910d560a8ab77203efacfa5880 /textproc/modlogan | |
parent | 5342d0854f4686c3dd72fffe5970ee48e6300a0d (diff) | |
download | freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.gz freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.tar.zst freebsd-ports-gnome-f7e7c1154236a21d968009030a86f6a1e0b7f074.zip |
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 'textproc/modlogan')
-rw-r--r-- | textproc/modlogan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index d25c94a4eeb8..647ec7e488ce 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -15,7 +15,7 @@ MAINTAINER= Alexander@Leidinger.net LIB_DEPENDS= adns.1:${PORTSDIR}/net/adns \ gd.2:${PORTSDIR}/graphics/gd \ - intl.1:${PORTSDIR}/devel/gettext \ + intl.1:${PORTSDIR}/devel/gettext-old \ pcre.0:${PORTSDIR}/devel/pcre \ xml2.5:${PORTSDIR}/textproc/libxml2 \ ltdl.1:${PORTSDIR}/devel/libtool |