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. --- devel/ddd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/ddd') diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index c0f55019016..3332eb2e1da 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/06/05 10:59:57 frueauf Exp $ +# $NetBSD: Makefile,v 1.5 1998/06/09 13:36:49 agc Exp $ # Id: Makefile,v 1.5 1998/02/19 09:43:16 obrien Exp # @@ -14,7 +14,7 @@ MAINTAINER= obrien@NUXI.com GNU_CONFIGURE= yes USE_GMAKE= yes -REQUIRES_MOTIF= yes +USE_MOTIF= yes MAN1= ddd.1 .include "../../mk/bsd.prefs.mk" -- cgit v1.2.3