Cursor movement and words wrapping aren't hacked if compiled with gnome.

If without gnome, esound support isn't needed.
This commit is contained in:
Clive Lin 2001-01-10 07:12:41 +00:00
parent a003fc26fe
commit e0bd871064
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37055

View file

@ -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"