diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-31 00:10:12 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-31 00:10:12 +0000 |
commit | 7239360b4447e55359bba20108b01020f10b76f6 (patch) | |
tree | 8d48a4c3e1fed5965aa06275975006242a2dec3f /editors/xemacs-current | |
parent | 834b5f6c32bdf1ec26b388411bc9a4366c6ba287 (diff) | |
download | pkgsrc-7239360b4447e55359bba20108b01020f10b76f6.tar.gz |
xemacs and gnuserv have many common files in PLIST. Make them
conflict.
Bump PKGREVISIONs.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile index 74a5c83f5d7..8ce0bed1bdb 100644 --- a/editors/xemacs-current/Makefile +++ b/editors/xemacs-current/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2005/01/22 13:03:06 magick Exp $ +# $NetBSD: Makefile,v 1.45 2005/01/31 00:10:12 minskim Exp $ DISTNAME= xemacs-21.5.18 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=xemacs-21.5/} @@ -9,6 +9,8 @@ MAINTAINER= magick@NetBSD.org HOMEPAGE= http://www.xemacs.org/ COMMENT= *BETA* XEmacs text editor version 21.5.18 +CONFLICTS+= gnuclient-[0-9]* + USE_BUILDLINK3= YES USE_X11= YES |