diff options
author | agc <agc@pkgsrc.org> | 1998-06-09 13:36:48 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-09 13:36:48 +0000 |
commit | 30f402725f1c5c717c768828ac82cab084afba9a (patch) | |
tree | 32dcdb09fce3e1ff5268fd734e737484cd69aba2 /audio/xmcd | |
parent | 61d4925ca740977e9a664813ca0bff76cb9430ba (diff) | |
download | pkgsrc-30f402725f1c5c717c768828ac82cab084afba9a.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/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |