diff options
author | bsam <bsam@FreeBSD.org> | 2013-11-07 19:40:03 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-11-07 19:40:03 +0800 |
commit | 54affda474d571629707be6cfec268988179224a (patch) | |
tree | 6d07c4f951401d89718251a847ca6eac805afc59 /russian | |
parent | bd4b590cf4e2bcafbc22aa6440a7a17b8acf23aa (diff) | |
download | freebsd-ports-graphics-54affda474d571629707be6cfec268988179224a.tar.gz freebsd-ports-graphics-54affda474d571629707be6cfec268988179224a.tar.zst freebsd-ports-graphics-54affda474d571629707be6cfec268988179224a.zip |
. remove a standard option description (MOTIF);
. use lowercase characters for variable values (YES -> yes).
Diffstat (limited to 'russian')
-rw-r--r-- | russian/xruskb/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/russian/xruskb/Makefile b/russian/xruskb/Makefile index a1c804c01ba..6e98713bc91 100644 --- a/russian/xruskb/Makefile +++ b/russian/xruskb/Makefile @@ -11,15 +11,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Keyboard layout switcher and indicator USE_XORG= x11 ice xt xmu -USE_BZIP2= YES -GNU_CONFIGURE= YES +USE_BZIP2= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --datadir=${PREFIX}/share DOCS= FAQ NEWS README* TODO xrus.doc-* PORTDATA= * OPTIONS_DEFINE= MOTIF DOCS -MOTIF_DESC= Support for pixmaps in indicator icon MOTIF_USES= motif MOTIF_CONFIGURE_ON= --with-toolkit=motif |