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 /x11-fonts | |
parent | 422e3bda8bd3eb5d0b4737e335fd434883fbc44f (diff) |
Notes
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 |