From 5745d86e6d7c301c0ce519d48aa2685718de9243 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/snd/Makefile | 4 ++-- audio/xmcd/Makefile | 4 ++-- audio/xmmix/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'audio') diff --git a/audio/snd/Makefile b/audio/snd/Makefile index fb3d2943267..e3663f7c1e3 100644 --- a/audio/snd/Makefile +++ b/audio/snd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1998/05/19 11:33:10 agc Exp $ +# $NetBSD: Makefile,v 1.11 1998/06/09 13:36:48 agc Exp $ # DISTNAME= snd @@ -12,7 +12,7 @@ MAINTAINER= hubertf@netbsd.org DEPENDS+= xpm-3.4j:../../graphics/xpm USE_X11= yes -REQUIRES_MOTIF= yes +USE_MOTIF= yes MAKEFILE= makefile.netbsd ALL_TARGET= snd 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 diff --git a/audio/xmmix/Makefile b/audio/xmmix/Makefile index be445f565f4..7df6c9baee4 100644 --- a/audio/xmmix/Makefile +++ b/audio/xmmix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/04/15 10:38:15 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/09 13:36:49 agc Exp $ # FreeBSD ID: Makefile,v 1.5 1997/09/08 13:37:47 tg Exp # @@ -9,7 +9,7 @@ MASTER_SITES= http://mercury.hypersurf.com/~amb/download/xmmix-1.2/src/ MAINTAINER= augustss@cs.chalmers.se USE_IMAKE= yes -REQUIRES_MOTIF= yes +USE_MOTIF= yes CAT1= xmmix.0 -- cgit v1.2.3