diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-04-24 18:10:30 +0000 |
commit | e1598249298974c6e8c61c34d927acabee345542 (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /lang | |
parent | Update to 6.4.4 (diff) |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=316464
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gambas/Makefile | 2 | ||||
-rw-r--r-- | lang/gawk/Makefile | 2 | ||||
-rw-r--r-- | lang/guile/Makefile | 2 | ||||
-rw-r--r-- | lang/lush/Makefile | 2 | ||||
-rw-r--r-- | lang/mdk/Makefile | 2 | ||||
-rw-r--r-- | lang/open-cobol/Makefile | 2 | ||||
-rw-r--r-- | lang/pypy/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lang/gambas/Makefile b/lang/gambas/Makefile index f0b982267393..04335a00f327 100644 --- a/lang/gambas/Makefile +++ b/lang/gambas/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= curl.6:${PORTSDIR}/ftp/curl \ USE_AUTOTOOLS= libltdl libtool USE_KDELIBS_VER= 3 -USE_GETTEXT= yes +USES= gettext USE_BZIP2= yes USE_GMAKE= yes CONFIGURE_ARGS= --with-conv-includes=${LOCALBASE}/include \ diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index d235f320d5c7..66ce97b1000d 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -27,7 +27,7 @@ PLIST_SUB= VERSION=${PORTVERSION} .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/lang/guile/Makefile b/lang/guile/Makefile index 7f43b427415a..63ec4f1128df 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -15,7 +15,7 @@ LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp USE_AUTOTOOLS= autoconf libltdl USE_GMAKE= yes -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_NCURSES= yes diff --git a/lang/lush/Makefile b/lang/lush/Makefile index 5e7aa2466d59..906d92f6a734 100644 --- a/lang/lush/Makefile +++ b/lang/lush/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= A high level object-oriented programming language -USE_GETTEXT= yes +USES= gettext USE_XORG= xt xft USE_GL= yes USE_SDL= sdl image diff --git a/lang/mdk/Makefile b/lang/mdk/Makefile index 985c38aef8c0..2697ba1758b2 100644 --- a/lang/mdk/Makefile +++ b/lang/mdk/Makefile @@ -17,7 +17,7 @@ OPTIONS_DEFAULT=GLADE GUILE USE_GNOME= glib20 intltool USE_NCURSES= yes USE_READLINE= yes -USE_GETTEXT= yes +USES= gettext USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_JOBS_SAFE= yes diff --git a/lang/open-cobol/Makefile b/lang/open-cobol/Makefile index 04f18753b55f..eaa658de53be 100644 --- a/lang/open-cobol/Makefile +++ b/lang/open-cobol/Makefile @@ -30,7 +30,7 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .else -USE_GETTEXT= yes +USES+= gettext PLIST_SUB+= NLS="" .endif diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index ecbfa93a667b..47fb54cc4725 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -35,7 +35,7 @@ ALL_TARGET= ${PYPY_NAMES} BUILD_WRKSRC= ${WRKDIR} USE_BZIP2= yes USE_ICONV= yes -USE_GETTEXT= yes +USES= gettext MAKE_JOBS_SAFE= yes MAKEFILE= ${FILESDIR}/Makefile PKGINSTALL= ${WRKDIR}/pkg-install |