diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-01-10 07:12:41 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-01-10 07:12:41 +0000 |
commit | e0bd871064f25e406bf661edd9b4f62a42a5f4b7 (patch) | |
tree | eb64c4f8f2594d441549a1f3814188469513306b /chinese/bitchx | |
parent | a003fc26febd81208e3402dc8aa05172a7338785 (diff) | |
download | ports-e0bd871064f25e406bf661edd9b4f62a42a5f4b7.tar.gz ports-e0bd871064f25e406bf661edd9b4f62a42a5f4b7.zip |
Notes
Diffstat (limited to 'chinese/bitchx')
-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" |