diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 18:12:26 +0000 |
commit | 91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b (patch) | |
tree | 5a84519a47dd0ca85026cca0580e0af1fec9941b /comms | |
parent | 7872193353659a903b44de624356cfc13a05687e (diff) | |
download | FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.zip FreeBSD-ports-91b3dd29ac1540ba81f7f46f5624fcd61fbaff7b.tar.gz |
Now gettext 0.12.1 is gettext-old.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 2 | ||||
-rw-r--r-- | comms/gsmlib/Makefile | 2 | ||||
-rw-r--r-- | comms/libticables/Makefile | 2 | ||||
-rw-r--r-- | comms/tilp/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index e8fa99f..0d441df 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -17,7 +17,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tools to talk to Nokia cellular phones -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_REINPLACE= yes USE_GMAKE= yes diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 1fa0889..d2f9b0a 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= http://www.pxh.de/fs/gsmlib/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A library to access GSM mobile phones through GSM modems -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old USE_GETOPT_LONG= yes USE_REINPLACE= yes diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 3ce8fec..4e40b28 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -16,7 +16,7 @@ COMMENT= TI calculator link cables library BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext +LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old WANT_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile index 6e075e6..2598a64 100644 --- a/comms/tilp/Makefile +++ b/comms/tilp/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig LIB_DEPENDS= ticalcs-4.5:${PORTSDIR}/devel/libticalcs \ ticables.10:${PORTSDIR}/comms/libticables \ tifiles.5:${PORTSDIR}/devel/libtifiles \ - intl.5:${PORTSDIR}/devel/gettext + intl.5:${PORTSDIR}/devel/gettext-old USE_GNOME= gtk20 libglade2 USE_X_PREFIX= yes |