diff options
author | clive <clive@FreeBSD.org> | 2001-01-10 15:12:41 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-10 15:12:41 +0800 |
commit | 54fc5ce9893169a4b3c67a4247452189f1a4b1f7 (patch) | |
tree | b1e2ea0bb8fb3ad103a40753055eea6081abf296 /chinese | |
parent | 2f516439cdfe718015fd8bf9e090db4ea92a6c5e (diff) | |
download | freebsd-ports-gnome-54fc5ce9893169a4b3c67a4247452189f1a4b1f7.tar.gz freebsd-ports-gnome-54fc5ce9893169a4b3c67a4247452189f1a4b1f7.tar.zst freebsd-ports-gnome-54fc5ce9893169a4b3c67a4247452189f1a4b1f7.zip |
Cursor movement and words wrapping aren't hacked if compiled with gnome.
If without gnome, esound support isn't needed.
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/bitchx/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chinese/bitchx/Makefile b/chinese/bitchx/Makefile index 4dfc159d8828..f5aefa486e1c 100644 --- a/chinese/bitchx/Makefile +++ b/chinese/bitchx/Makefile @@ -10,7 +10,11 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-source::input.c \ ${.CURDIR}/files/patch-include::config.h \ ${.CURDIR}/files/patch-source::screen.c -WITH_LATIN= yes +WITH_LATIN= YES +# Cursor movement and words wrapping aren't hacked if compiled with gnome. +WITHOUT_GNOME= YES +# If without gnome, esound support isn't needed. +WITHOUT_ESOUND= YES .include "${MASTERDIR}/Makefile" |