diff options
author | markd <markd@pkgsrc.org> | 2006-07-07 01:31:42 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-07-07 01:31:42 +0000 |
commit | a90778d8249a33e34634731adbed8eda2fead253 (patch) | |
tree | 620b223d6f29ee0c927c66f2cbc8cc939fc7ab43 | |
parent | 0dbcaeac1cf78ce1dca384e2b1a33ec9b6c1f46e (diff) | |
download | pkgsrc-a90778d8249a33e34634731adbed8eda2fead253.tar.gz |
The package xemacs conflicts with is called gnuserv not gnuclient.
-rw-r--r-- | editors/xemacs/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common index bdfcff0f3bb..61c0c7411b7 100644 --- a/editors/xemacs/Makefile.common +++ b/editors/xemacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2006/03/20 18:21:29 jlam Exp $ +# $NetBSD: Makefile.common,v 1.16 2006/07/07 01:31:42 markd Exp $ DISTNAME= xemacs-21.4.17 CATEGORIES= editors @@ -8,7 +8,7 @@ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES} HOMEPAGE= http://www.xemacs.org/ COMMENT= XEmacs text editor version 21 -CONFLICTS+= gnuclient-[0-9]* +CONFLICTS+= gnuserv-[0-9]* NOT_FOR_PLATFORM= *-*-mips* # fails purespace dumping |