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/snd/Makefile | |
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/snd/Makefile')
-rw-r--r-- | audio/snd/Makefile | 4 |
1 files changed, 2 insertions, 2 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 |