mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- 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
This commit is contained in:
parent
a9e2562c96
commit
45d204660f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122049
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user