summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authoragc <agc>1998-06-09 13:36:48 +0000
committeragc <agc>1998-06-09 13:36:48 +0000
commit9139a74693a21f366f4050e9304416b3f9da9702 (patch)
tree32dcdb09fce3e1ff5268fd734e737484cd69aba2 /editors
parentaed270cfd44f44fc7d146f06c24d10fd9f29871f (diff)
downloadpkgsrc-9139a74693a21f366f4050e9304416b3f9da9702.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')
-rw-r--r--editors/nedit/Makefile4
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