diff options
author | tobik <tobik@FreeBSD.org> | 2019-11-08 22:47:00 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-11-08 22:47:00 +0800 |
commit | 5c8708b0c96c9e4be52d8c606879fed5140f8ae9 (patch) | |
tree | 448a74c1d2fa9218ed879cc777821d13e1e1a9e8 /ftp/yafc | |
parent | c8fcd6ff234f8c613b7ee4c05f5bedf209639dc9 (diff) | |
download | freebsd-ports-gnome-5c8708b0c96c9e4be52d8c606879fed5140f8ae9.tar.gz freebsd-ports-gnome-5c8708b0c96c9e4be52d8c606879fed5140f8ae9.tar.zst freebsd-ports-gnome-5c8708b0c96c9e4be52d8c606879fed5140f8ae9.zip |
Add missing USES={gnome,php,sdl} to the rest
Diffstat (limited to 'ftp/yafc')
-rw-r--r-- | ftp/yafc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ftp/yafc/Makefile b/ftp/yafc/Makefile index d7d8ed694241..85f88f181168 100644 --- a/ftp/yafc/Makefile +++ b/ftp/yafc/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2+ OPTIONS_DEFINE= BASH EXAMPLES NLS SSH READLINE OPTIONS_DEFAULT=BASH SSH -USES= gmake tar:xz ssl +USES= gmake ssl tar:xz GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_ipv6=yes CONFIGURE_ARGS= --with-socks=no --with-socks5=no --with-krb4=no \ @@ -31,7 +31,7 @@ PLIST_FILES= bin/yafc \ man/man1/yafc.1.gz INFO= yafc -NLS_USES= gettext +NLS_USES= gettext gnome NLS_USE= GNOME=intltool NLS_CONFIGURE_WITH= gettext=${LOCALBASE} NLS_PLIST_FILES= share/locale/de/LC_MESSAGES/yafc.mo \ |