diff options
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 |