diff options
author | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-08-23 23:14:21 +0000 |
commit | f0b9164cf1068dd6dc3d7a77da6b33ac09689177 (patch) | |
tree | 623953a643a6181e26e24311ef14ff20193779e7 /editors/nedit | |
parent | 3587744105d1c40ee4f94fcd5c50335818522169 (diff) | |
download | pkgsrc-f0b9164cf1068dd6dc3d7a77da6b33ac09689177.tar.gz |
Use "USE_XPM" option instead of direct dependence on the "xpm" package.
Diffstat (limited to 'editors/nedit')
-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} |