diff options
author | jlam <jlam@pkgsrc.org> | 2002-04-23 02:08:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-04-23 02:08:51 +0000 |
commit | ec8f6ad65a697ad9e57e902b2cce2527c35df31b (patch) | |
tree | d92beec319e32b48cd65ebcc04c0681dd598dc30 /editors/nedit | |
parent | 077cab978bb14eef592c458d6341db4b9cf5a864 (diff) | |
download | pkgsrc-ec8f6ad65a697ad9e57e902b2cce2527c35df31b.tar.gz |
Note explicitly that this package is USE_X11BASE. Currently, it relies on
motif.buildlink.mk to define it.
Diffstat (limited to 'editors/nedit')
-rw-r--r-- | editors/nedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 9c15e693c6b..092af7d6e16 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/01/18 22:27:35 mjl Exp $ +# $NetBSD: Makefile,v 1.23 2002/04/23 02:08:52 jlam Exp $ VERS= 5.2 DISTNAME= nedit-${VERS}-src @@ -11,6 +11,7 @@ HOMEPAGE= http://www.nedit.org/ COMMENT= Motif based standard GUI style text editor USE_BUILDLINK_ONLY= YES +USE_X11BASE= YES ALL_TARGET= netbsd WRKSRC= ${WRKDIR}/${PKGNAME} |