From d7ca069eb4ddb06baf80755a285e7b85ab7daaf7 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> Date: Mon, 19 May 2003 22:54:44 +0000 Subject: 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> --- editors/ted/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'editors/ted') 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}/\\\"\"" -- cgit v1.2.3