diff options
author | dmcmahill <dmcmahill> | 2000-07-07 17:32:33 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-07 17:32:33 +0000 |
commit | 9cfaa2f901a7ee953e5cd0e6a52cc5d0c60fc5cd (patch) | |
tree | 23447e3b70ced9da39c9fd415decc3c27f38c6db /editors/nedit | |
parent | c66dbab8a5fd25583538a1fa80979ddffdc637d5 (diff) | |
download | pkgsrc-9cfaa2f901a7ee953e5cd0e6a52cc5d0c60fc5cd.tar.gz |
add missing depends
Diffstat (limited to 'editors/nedit')
-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 |