diff options
author | wiz <wiz> | 2007-05-20 17:20:25 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-05-20 17:20:25 +0000 |
commit | 24acf0505f49f11089914bc5a133aa3fc8c55c98 (patch) | |
tree | c929bd23e401304171977a194c43d6f922de5c56 /editors/xemacs-current | |
parent | 505241975c975d30db188be04b58564a060137a0 (diff) | |
download | pkgsrc-24acf0505f49f11089914bc5a133aa3fc8c55c98.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 |