diff options
author | wiz <wiz@pkgsrc.org> | 2007-05-20 17:20:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-05-20 17:20:25 +0000 |
commit | 8f972c112d971cc76b16f0ca0b19dd89c6b5ae73 (patch) | |
tree | c929bd23e401304171977a194c43d6f922de5c56 /editors/xemacs-current | |
parent | 975f0262c2afbaf985d37b6d9f46a6e4499bf56f (diff) | |
download | pkgsrc-8f972c112d971cc76b16f0ca0b19dd89c6b5ae73.tar.gz |
Desupport gnome1 option.
Diffstat (limited to 'editors/xemacs-current')
-rw-r--r-- | editors/xemacs-current/Makefile | 5 |
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 |