diff options
author | agc <agc> | 1998-06-09 13:36:48 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-09 13:36:48 +0000 |
commit | 5745d86e6d7c301c0ce519d48aa2685718de9243 (patch) | |
tree | 32dcdb09fce3e1ff5268fd734e737484cd69aba2 /audio | |
parent | 9972c140a0470c915babbaaf260fecabb0b4b382 (diff) | |
download | pkgsrc-5745d86e6d7c301c0ce519d48aa2685718de9243.tar.gz |
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.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snd/Makefile | 4 | ||||
-rw-r--r-- | audio/xmcd/Makefile | 4 | ||||
-rw-r--r-- | audio/xmmix/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
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 |