diff options
author | minskim <minskim> | 2005-01-31 00:10:12 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-01-31 00:10:12 +0000 |
commit | a6367389136988ff51b0b6a8711cae0ffc132bdb (patch) | |
tree | 8d48a4c3e1fed5965aa06275975006242a2dec3f /editors/xemacs | |
parent | aff6ece593535620dbb0ef5ad67b9cc3855a5c77 (diff) | |
download | pkgsrc-a6367389136988ff51b0b6a8711cae0ffc132bdb.tar.gz |
xemacs and gnuserv have many common files in PLIST. Make them
conflict.
Bump PKGREVISIONs.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs/Makefile.common | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 2fb257fa86f..7fc61c512f3 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2004/12/28 23:18:19 reed Exp $ +# $NetBSD: Makefile,v 1.74 2005/01/31 00:10:12 minskim Exp $ -PKGREVISION= 2 +PKGREVISION= 3 .include "../../editors/xemacs/Makefile.common" diff --git a/editors/xemacs/Makefile.common b/editors/xemacs/Makefile.common index c38fda6b1a4..28db1db1af5 100644 --- a/editors/xemacs/Makefile.common +++ b/editors/xemacs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/11/25 21:34:59 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/01/31 00:10:12 minskim Exp $ DISTNAME= xemacs-21.4.15 CATEGORIES= editors @@ -8,6 +8,8 @@ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES} HOMEPAGE= http://www.xemacs.org/ COMMENT= XEmacs text editor version 21 +CONFLICTS+= gnuclient-[0-9]* + NOT_FOR_PLATFORM= *-*-mips* # fails purespace dumping USE_BUILDLINK3= YES |