diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 22:54:44 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-19 22:54:44 +0000 |
commit | d7ca069eb4ddb06baf80755a285e7b85ab7daaf7 (patch) | |
tree | 4d604f7ab45d77b82fd5e07e0387ebc185ab8451 /editors | |
parent | Update to 1.61.1. (diff) |
o Fix a crash when trying to open menu Help -> Document
o Fix consists on depending on open-motif rather than GTK+ for the
build. Developer also advises open-motif over GTK+
PR: 52418
Submitted by: Jonathan Drews <j.e.drews@worldnet.att.net>
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ted/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index fa7ea1f33547..9604b8226c2f 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -22,13 +22,11 @@ WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} CONFIGURE_WRKSRC= ${WRKSRC}/Ted USE_X_PREFIX= yes -USE_XPM= yes -USE_GNOME= gtk12 +USE_MOTIF= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" -CONFIGURE_ARGS= --with-GTK MAKE_ENV= DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}\\\"\"" \ DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}\\\"\"" \ DEF_DOCUMENT_DIR="-DDOCUMENT_DIR=\"\\\"${INFODIR}/\\\"\"" |