diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-24 02:12:26 +0800 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /irc/riece | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.zst freebsd-ports-gnome-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip |
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'irc/riece')
-rw-r--r-- | irc/riece/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/riece/Makefile b/irc/riece/Makefile index e1960436def1..6d91ba07283e 100644 --- a/irc/riece/Makefile +++ b/irc/riece/Makefile @@ -15,7 +15,7 @@ MAINTAINER= yoichi@FreeBSD.org COMMENT= Yet another IRC client which runs under Emacsen BUILD_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ - msgfmt:${PORTSDIR}/devel/gettext + msgfmt:${PORTSDIR}/devel/gettext-old RUN_DEPENDS+= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/apel/install.el:${PORTSDIR}/editors/apel${DEPPORT_SUFFIX} \ ldcc:${PORTSDIR}/irc/liece-dcc |