aboutsummaryrefslogtreecommitdiff
path: root/chinese/bitchx
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-01-10 07:12:41 +0000
committerClive Lin <clive@FreeBSD.org>2001-01-10 07:12:41 +0000
commite0bd871064f25e406bf661edd9b4f62a42a5f4b7 (patch)
treeeb64c4f8f2594d441549a1f3814188469513306b /chinese/bitchx
parenta003fc26febd81208e3402dc8aa05172a7338785 (diff)
downloadports-e0bd871064f25e406bf661edd9b4f62a42a5f4b7.tar.gz
ports-e0bd871064f25e406bf661edd9b4f62a42a5f4b7.zip
Cursor movement and words wrapping aren't hacked if compiled with gnome.
If without gnome, esound support isn't needed.
Notes
Notes: svn path=/head/; revision=37055
Diffstat (limited to 'chinese/bitchx')
-rw-r--r--chinese/bitchx/Makefile6
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"