diff options
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 |