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 /editors/nedit | |
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 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 5259ec2088e..3bb59b64b4d 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/06/02 23:46:41 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/06/09 13:36:49 agc Exp $ DISTNAME= nedit_source PKGNAME= nedit-5.0.2 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.fnal.gov/pub/nedit/v5_0_2/ MAINTAINER= tron@netbsd.org -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_X11= yes NO_WRKSUBDIR= yes |