diff options
author | pav <pav@FreeBSD.org> | 2004-11-21 10:06:45 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-11-21 10:06:45 +0800 |
commit | 3e6d3d504cf20fc588644b07d613575c9ebdfc29 (patch) | |
tree | ce047dc66be15eadaf9379611600b1f0ee960c00 /editors | |
parent | 71211de62587eb5f6f9e669e4fd9498fa0560b86 (diff) | |
download | freebsd-ports-gnome-3e6d3d504cf20fc588644b07d613575c9ebdfc29.tar.gz freebsd-ports-gnome-3e6d3d504cf20fc588644b07d613575c9ebdfc29.tar.zst freebsd-ports-gnome-3e6d3d504cf20fc588644b07d613575c9ebdfc29.zip |
- USE_GNOME must be defined above bsd.port.pre.mk, otherwise make dies
with malformed conditional error. This fix INDEX build for people who
define WANT_GTK.
Fixes PR: ports/74147
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs21-mule/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile index 02470b920ce1..68bc49084791 100644 --- a/editors/xemacs21-mule/Makefile +++ b/editors/xemacs21-mule/Makefile @@ -21,6 +21,8 @@ DIST_SUBDIR= xemacs MAINTAINER= kiri@FreeBSD.org COMMENT?= XEmacs(stable version) text editor with mule(Only the executables) +USE_GNOME= # + .include <bsd.port.pre.mk> BUILD_DEPENDS= ${LOCALBASE}/lib/xemacs/mule-packages/pkginfo/MANIFEST.skk:${PORTSDIR}/editors/xemacs-mule-packages @@ -116,7 +118,7 @@ WITH_DIALOGS= --with-dialogs=motif .if defined(WANT_GTK) WITH_GTK= --with-gtk=yes WITH_XPM= --with-xpm=no -USE_GNOME= gtk12 +USE_GNOME+= gtk12 USE_XPM= no .endif |