diff options
-rw-r--r-- | editors/nedit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 671e77a989c..e0518ab5348 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/05/19 11:24:46 mjl Exp $ +# $NetBSD: Makefile,v 1.10 2000/07/07 17:32:33 dmcmahill Exp $ DISTNAME= nedit-5.1.1-src PKGNAME= nedit-5.1.1 @@ -8,6 +8,8 @@ MASTER_SITES= http://ftp.nedit.org/ftp/v5_1_1/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.nedit.org/ +DEPENDS+= xpm-3.4k:../../graphics/xpm + USE_MOTIF= yes NO_CONFIGURE= yes |