diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-02-04 04:36:30 +0000 |
commit | 186b8ba82fdd761aee89704395c52ac809bc7026 (patch) | |
tree | 65c820907a86a7c844ee463115637dde60f2aa36 /comms | |
parent | 742adcabd74aa0adc91246bae79c97658a078415 (diff) |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 4 | ||||
-rw-r--r-- | comms/gsmlib/Makefile | 5 | ||||
-rw-r--r-- | comms/libticables/Makefile | 3 | ||||
-rw-r--r-- | comms/tilp/Makefile | 5 |
4 files changed, 9 insertions, 8 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index a82e1095a292..c22e5c4467a0 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnokii PORTVERSION= 0.5.8 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SAVANNAH} \ @@ -17,9 +18,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Tools to talk to Nokia cellular phones -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext-old - USE_REINPLACE= yes +USE_GETTEXT= yes USE_GMAKE= yes USE_BZIP2= yes INSTALLS_SHLIB= yes diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index d2f9b0a19d2b..619cc349df63 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -8,16 +8,15 @@ PORTNAME= gsmlib PORTVERSION= 1.10 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= comms 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-old - USE_GETOPT_LONG= yes +USE_GETTEXT= yes USE_REINPLACE= yes USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 4e40b2847dcc..9df731908f2c 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -7,6 +7,7 @@ PORTNAME= libticables PORTVERSION= 3.7.7 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tilp @@ -16,10 +17,10 @@ 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-old WANT_AUTOMAKE_VER= 15 GNU_CONFIGURE= yes +USE_GETTEXT= yes USE_LIBTOOL= yes USE_GMAKE= yes INSTALLS_SHLIB= yes diff --git a/comms/tilp/Makefile b/comms/tilp/Makefile index 2598a64c7c73..9bbcb8019f7b 100644 --- a/comms/tilp/Makefile +++ b/comms/tilp/Makefile @@ -7,6 +7,7 @@ PORTNAME= tilp PORTVERSION= 6.68 +PORTREVISION= 1 CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tilp @@ -17,9 +18,9 @@ COMMENT= TI Linking Program 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-old + tifiles.5:${PORTSDIR}/devel/libtifiles +USE_GETTEXT= yes USE_GNOME= gtk20 libglade2 USE_X_PREFIX= yes GNU_CONFIGURE= yes |