Remove references to the USE_LOCALBASE_FOR_X11 definition, which was

removed some time ago.
This commit is contained in:
agc 2002-01-08 09:36:51 +00:00
parent e7d109a682
commit 8ddadc7e0e
2 changed files with 2 additions and 13 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2001/09/27 23:18:00 jlam Exp $
# $NetBSD: Makefile,v 1.7 2002/01/08 09:36:51 agc Exp $
DISTNAME= mule-2.3
CATEGORIES= editors
@ -30,12 +30,6 @@ CONFIGURE_ARGS+= --terminal-face --mcpath
CONFIGURE_ARGS+= --valbits=26
.endif
# Find X11 libraries with xpkgwedge
.if defined(USE_LOCALBASE_FOR_X11)
CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/inc
lude
.endif
.if !defined(USE_WNN4) || ${USE_WNN4} == YES
CONFIGURE_ARGS+= --with-wnn4 --wnn-includes=${LOCALBASE}/include/wnn --wnn-libraries=${LOCALBASE}/lib
.endif

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.95 2001/12/05 16:03:57 agc Exp $
# $NetBSD: Makefile,v 1.96 2002/01/08 09:36:52 agc Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@ -117,11 +117,6 @@ CONFIGURE_ARGS+= --with-krb4=/usr
#CONFIGURE_ARGS+=--without-krb5
#.endif
# Find X11 libraries with xpkgwedge
.if defined(USE_LOCALBASE_FOR_X11)
CONFIGURE_ARGS+= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include
.endif
# Enable support for TIS authentication server
.if defined(USE_TIS) && ${USE_TIS} == YES
CONFIGURE_ARGS+= --with-tis=${LOCALBASE}