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. --- audio/xmcd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/xmcd') diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 98d46291e3f..fdd5b202838 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1998/06/02 21:50:06 tron Exp $ +# $NetBSD: Makefile,v 1.9 1998/06/09 13:36:48 agc Exp $ # FreeBSD Id: Makefile,v 1.8 1997/09/08 13:20:10 tg Exp # @@ -8,7 +8,7 @@ MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmcd/src/ MAINTAINER= hubertf@netbsd.org -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_IMAKE= yes IS_INTERACTIVE= yes # asks a lot of questions -- cgit v1.2.3