diff options
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r-- | editors/nedit/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index e0518ab5348..1db6a46f161 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/07/07 17:32:33 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/23 23:14:23 tron Exp $ DISTNAME= nedit-5.1.1-src PKGNAME= nedit-5.1.1 @@ -8,11 +8,10 @@ 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 +USE_XPM= YES -USE_MOTIF= yes - -NO_CONFIGURE= yes +NO_CONFIGURE= YES ALL_TARGET= netbsd WRKSRC= ${WRKDIR}/${PKGNAME} |