diff options
author | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2013-04-25 02:10:30 +0800 |
commit | bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e (patch) | |
tree | 5883afe298a5f232e854b104fc944ca19c4f7e7f /x11-fonts | |
parent | 2e4755fb165fc85b66abbd26d0129a688b4273da (diff) | |
download | freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.gz freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.tar.zst freebsd-ports-gnome-bd9e313d10d3c51dbd0716acbbf2cbcd4b33000e.zip |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/fntsample/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/font-manager/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/gbdfed/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index 675802317e6c..68b987924db0 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -34,7 +34,7 @@ BUILD_DEPENDS= gawk:${PORTSDIR}/lang/gawk RUN_DEPENDS= pdfoutline:${PORTSDIR}/textproc/pdfoutline USE_GNOME= pango -USE_GETTEXT= yes +USES= gettext GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules \ --with-unicode-blocks=${WRKSRC}/Blocks.txt diff --git a/x11-fonts/font-manager/Makefile b/x11-fonts/font-manager/Makefile index 0f604bcbb32a..bc9b3024065e 100644 --- a/x11-fonts/font-manager/Makefile +++ b/x11-fonts/font-manager/Makefile @@ -34,7 +34,7 @@ IGNORE= port data is source code, undefine NOPORTDATA .endif .if ${PORT_OPTIONS:MNLS} -USE_GETTEXT= yes +USES+= gettext CONFIGURE_ARGS+= --enable-nls PLIST_SUB+= NLS="" .else diff --git a/x11-fonts/gbdfed/Makefile b/x11-fonts/gbdfed/Makefile index b0999d219c18..81d9cb24f64a 100644 --- a/x11-fonts/gbdfed/Makefile +++ b/x11-fonts/gbdfed/Makefile @@ -16,7 +16,7 @@ COMMENT= A GTK2 bitmap font editor LICENSE= MIT USE_BZIP2= yes -USE_GETTEXT= yes +USES= gettext USE_GNOME= gtk20 pkgconfig GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |