From 30f402725f1c5c717c768828ac82cab084afba9a Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 9 Jun 1998 13:36:48 +0000 Subject: Rationalise Motif/Lesstif handling. Get rid of HAVE_MOTIF, MOTIF_STATIC, REQUIRES_MOTIF and MOTIF_ONLY. Standardise on USE_MOTIF, which uses the pkgsrc dependency checks to use Motif, if it's available, or Lesstif, if not. --- editors/nedit/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors/nedit') diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 5259ec2088e..3bb59b64b4d 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/06/02 23:46:41 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/06/09 13:36:49 agc Exp $ DISTNAME= nedit_source PKGNAME= nedit-5.0.2 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.fnal.gov/pub/nedit/v5_0_2/ MAINTAINER= tron@netbsd.org -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_X11= yes NO_WRKSUBDIR= yes -- cgit v1.2.3