diff options
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnocky/Makefile | 2 | ||||
-rw-r--r-- | comms/gnokii/Makefile | 2 | ||||
-rw-r--r-- | comms/gpredict/Makefile | 2 | ||||
-rw-r--r-- | comms/grig/Makefile | 2 | ||||
-rw-r--r-- | comms/gsmlib/Makefile | 2 | ||||
-rw-r--r-- | comms/ktrack/Makefile | 2 | ||||
-rw-r--r-- | comms/libticables/Makefile | 2 | ||||
-rw-r--r-- | comms/minicom/Makefile | 2 | ||||
-rw-r--r-- | comms/scmxx/Makefile | 2 | ||||
-rw-r--r-- | comms/xastir/Makefile | 2 | ||||
-rw-r--r-- | comms/xlog/Makefile | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/comms/gnocky/Makefile b/comms/gnocky/Makefile index 03b951ee1950..9fee1a8e70b5 100644 --- a/comms/gnocky/Makefile +++ b/comms/gnocky/Makefile @@ -27,7 +27,7 @@ OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index 99395e00ebb0..30661da03d94 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -21,7 +21,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser GROUPS= ${PORTNAME} USE_BZIP2= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext USE_LDCONFIG= yes USE_CSTD= gnu89 MAKE_JOBS_SAFE= yes diff --git a/comms/gpredict/Makefile b/comms/gpredict/Makefile index 349c3b7a988e..be804c71b11c 100644 --- a/comms/gpredict/Makefile +++ b/comms/gpredict/Makefile @@ -31,7 +31,7 @@ LICENSE= GPLv2 CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif diff --git a/comms/grig/Makefile b/comms/grig/Makefile index c22d4375601b..c883175388ee 100644 --- a/comms/grig/Makefile +++ b/comms/grig/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib USE_GNOME= gtk20 GNU_CONFIGURE= yes USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext MAN1= grig.1 diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile index 972de6a56626..2193ea39cfb1 100644 --- a/comms/gsmlib/Makefile +++ b/comms/gsmlib/Makefile @@ -35,7 +35,7 @@ LDFLAGS+= ${PTHREAD_LIBS} -L${LOCALBASE}/lib CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES= gettext PLIST_SUB+= NLS="" .endif diff --git a/comms/ktrack/Makefile b/comms/ktrack/Makefile index 1176bb66ae31..66b0ce65c4d6 100644 --- a/comms/ktrack/Makefile +++ b/comms/ktrack/Makefile @@ -25,7 +25,7 @@ USE_KDEBASE_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -USE_GETTEXT= yes +USES= gettext post-patch: @${REINPLACE_CMD} -e "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure diff --git a/comms/libticables/Makefile b/comms/libticables/Makefile index 55f0b9f68c00..9f70a457a1ba 100644 --- a/comms/libticables/Makefile +++ b/comms/libticables/Makefile @@ -19,7 +19,7 @@ EXPIRATION_DATE=2013-07-01 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USE_GETTEXT= yes +USES= gettext USE_GNOME= gnomehack pkgconfig USE_AUTOTOOLS= libtool USE_GMAKE= yes diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index a59541ba7e6e..1b208349cc28 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -34,7 +34,7 @@ RUN_DEPENDS+= lrz:${PORTSDIR}/comms/lrzsz .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 20fdc626d5d1..51d087f86887 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -13,7 +13,7 @@ COMMENT= Data exchange utility for Siemens mobile phones USE_BZIP2= yes USE_GMAKE= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 7774211d67fc..486761cfa522 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \ GNU_CONFIGURE= yes USE_GMAKE= yes USE_MOTIF= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes MAN1= xastir.1 \ diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index 4a173ae5c0ae..d16bb741b38e 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= xlog MAINTAINER= matt@chronos.org.uk COMMENT= Amateur Radio logging application -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mime-update \ |