add --with-term=rxvt to CONFIGURE args. rxvt is not really xterm compatible and our termcap database knows how to handle rxvt

This commit is contained in:
rohee 1999-10-06 20:32:55 +00:00
parent 56d362bede
commit a934dc509f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 1999/10/05 02:39:32 brad Exp $ # $OpenBSD: Makefile,v 1.9 1999/10/06 20:32:55 rohee Exp $
DISTNAME= rxvt-2.6.1 DISTNAME= rxvt-2.6.1
CATEGORIES= x11 CATEGORIES= x11
@ -11,7 +11,7 @@ MAINTAINER= jasoni@openbsd.org
USE_X11= yes USE_X11= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-xgetdefault CONFIGURE_ARGS+= --enable-xgetdefault --with-term=rxvt
# Various compile time options you may want to configure. # Various compile time options you may want to configure.
#CONFIGURE_ARGS+= --enable-utmp \ #CONFIGURE_ARGS+= --enable-utmp \