diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 02:06:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-21 02:06:45 +0000 |
commit | 45d204660fc18a9d1d35821146125cdb57a36130 (patch) | |
tree | 5372c21d2cd6311ab5fb27823e44514acc361b21 /editors/xemacs21-mule | |
parent | a9e2562c965e3ae9831e6d9b5c79fbe00c45190a (diff) | |
download | ports-45d204660fc18a9d1d35821146125cdb57a36130.tar.gz ports-45d204660fc18a9d1d35821146125cdb57a36130.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
Notes
Notes:
svn path=/head/; revision=122049
Diffstat (limited to 'editors/xemacs21-mule')
-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 |