summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2007-05-20 17:20:25 +0000
committerwiz <wiz>2007-05-20 17:20:25 +0000
commitd6e9adbb5ac4fe758f3fdc0726bea549df2e4013 (patch)
treec929bd23e401304171977a194c43d6f922de5c56 /editors
parent5da96d5b12d785476b524e3e703462fbb1637912 (diff)
downloadpkgsrc-d6e9adbb5ac4fe758f3fdc0726bea549df2e4013.tar.gz
Desupport gnome1 option.
Diffstat (limited to 'editors')
-rw-r--r--editors/xemacs-current/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/editors/xemacs-current/Makefile b/editors/xemacs-current/Makefile
index 983336978ea..ab50fe4dd92 100644
--- a/editors/xemacs-current/Makefile
+++ b/editors/xemacs-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2006/12/23 16:16:40 obache Exp $
+# $NetBSD: Makefile,v 1.61 2007/05/20 17:20:25 wiz Exp $
DISTNAME= xemacs-21.5.27
@@ -27,9 +27,6 @@ XEMACS_WIDGETS?= lucid
.if ${XEMACS_WIDGETS} == "gtk"
. include "../../x11/gtk/buildlink3.mk"
WITH_WIDGETS= --with-gtk
-.elif ${XEMACS_WIDGETS} == "gnome"
-. include "../../x11/gnome-libs/buildlink3.mk"
-WITH_WIDGETS= --with-gnome
.elif ${XEMACS_WIDGETS} == "motif"
. include "../../mk/motif.buildlink3.mk"
.else