diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/klibido/Makefile | 2 | ||||
-rw-r--r-- | news/sabnzbdplus/Makefile | 2 | ||||
-rw-r--r-- | news/slrn/Makefile | 2 | ||||
-rw-r--r-- | news/tin/Makefile | 2 | ||||
-rw-r--r-- | news/xpn/Makefile | 2 | ||||
-rw-r--r-- | news/yencode/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/news/klibido/Makefile b/news/klibido/Makefile index 575b67d63304..d851c0afc9ff 100644 --- a/news/klibido/Makefile +++ b/news/klibido/Makefile @@ -21,7 +21,7 @@ USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool INSTALLS_ICONS= yes -USE_GETTEXT= yes +USES= gettext LDFLAGS+= -L${LOCALBASE}/lib/db44 ${PTHREAD_LIBS} CFLAGS+= -I${LOCALBASE}/include/db44 ${PTHREAD_CFLAGS} diff --git a/news/sabnzbdplus/Makefile b/news/sabnzbdplus/Makefile index 7d901e8950d6..c8f77a392580 100644 --- a/news/sabnzbdplus/Makefile +++ b/news/sabnzbdplus/Makefile @@ -65,7 +65,7 @@ LICENSE_FILE_SSMTPLIB= ${WRKSRC}/licenses/License-ssmtplib.txt LICENSE_PERMS_SSMTPLIB= auto-accept USE_PYTHON= 2.5+ -USE_GETTEXT= yes +USES= gettext NO_BUILD= yes WRKSRC= ${WRKDIR}/SABnzbd-${PORTVERSION} diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 3c910c189ed4..283fead6a365 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -31,7 +31,7 @@ OPTIONS_DEFAULT=SSL .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/news/tin/Makefile b/news/tin/Makefile index 2625a3d2e9f7..ec65d8c86faf 100644 --- a/news/tin/Makefile +++ b/news/tin/Makefile @@ -93,7 +93,7 @@ CONFIGURE_ARGS+= --enable-cancel-locks .if ${PORT_OPTIONS:MNLS} CONFIGURE_ARGS+= --enable-nls -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls diff --git a/news/xpn/Makefile b/news/xpn/Makefile index 85f7c922eb03..c71710a872de 100644 --- a/news/xpn/Makefile +++ b/news/xpn/Makefile @@ -27,7 +27,7 @@ FIND_DATA= -type f -mindepth 2 -not -name "*~" SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} XPN=${XPN} -USE_GETTEXT= yes +USES= gettext XPN= ${PORTNAME}.py diff --git a/news/yencode/Makefile b/news/yencode/Makefile index 7e5d2a8b3204..14de2abf3ce9 100644 --- a/news/yencode/Makefile +++ b/news/yencode/Makefile @@ -15,7 +15,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A free (GPL) encoder and decoder for the yEnc Usenet file format -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes MAN1= ydecode.1 yencode.1 ypost.1 |