diff options
author | markd <markd> | 2006-07-07 01:31:42 +0000 |
---|---|---|
committer | markd <markd> | 2006-07-07 01:31:42 +0000 |
commit | 4d65f942231d631ed0249aacdfe880a85b28146c (patch) | |
tree | 620b223d6f29ee0c927c66f2cbc8cc939fc7ab43 /editors/xemacs | |
parent | 4845013bead4c6b294770640da5664d391edf0e3 (diff) | |
download | pkgsrc-4d65f942231d631ed0249aacdfe880a85b28146c.tar.gz |
The package xemacs conflicts with is called gnuserv not gnuclient.
Diffstat (limited to 'editors/xemacs')
-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 |