summaryrefslogtreecommitdiff
path: root/editors/xemacs
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:36:06 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-08-30 13:36:06 +0000
commit4919a03c9abec143b75c7c98f92ec2a18ac7b4f4 (patch)
treeda1555df132ae989054a04ad5d95ae88f1ef2dd4 /editors/xemacs
parentDeploy USE_GNOMENG infrastructure (diff)
Deploy USE_GNOMENG infrastructure
PR: 42197 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes: svn path=/head/; revision=65305
Diffstat (limited to 'editors/xemacs')
-rw-r--r--editors/xemacs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile
index 560c56d5b17f..7b513e5ca54b 100644
--- a/editors/xemacs/Makefile
+++ b/editors/xemacs/Makefile
@@ -83,7 +83,8 @@ LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
.if defined(WANT_GTK)
WITH_GTK= --with-gtk=yes \
--with-xpm=no
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
USE_XPM= no
.endif