aboutsummaryrefslogtreecommitdiffstats
path: root/editors/xemacs-devel-mule
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-08-30 21:36:06 +0800
committerlioux <lioux@FreeBSD.org>2002-08-30 21:36:06 +0800
commit7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (patch)
tree2a67207c2dbeb37d50b95f79c2ff5193eab39357 /editors/xemacs-devel-mule
parent8df0ab61203bcfbd7ed817228165c386df39d9d1 (diff)
downloadfreebsd-ports-graphics-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.tar.gz
freebsd-ports-graphics-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.tar.zst
freebsd-ports-graphics-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.zip
Deploy USE_GNOMENG infrastructure
PR: 42197 Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'editors/xemacs-devel-mule')
-rw-r--r--editors/xemacs-devel-mule/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile
index aa95e974065..ccc561879c6 100644
--- a/editors/xemacs-devel-mule/Makefile
+++ b/editors/xemacs-devel-mule/Makefile
@@ -107,7 +107,8 @@ WITH_DIALOGS= --with-dialogs=motif
.if defined(WANT_GTK)
WITH_GTK= --with-gtk=yes
WITH_XPM= --with-xpm=no
-USE_GTK= yes
+USE_GNOMENG= yes
+USE_GNOME= gtk12
USE_XPM= no
.endif