diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-20 06:54:44 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-20 06:54:44 +0800 |
commit | c006efbfe40df7c6411ecfb44177f5891e7a5f4c (patch) | |
tree | e67d50650f3e23f768cc6853672251e8587430b2 /editors/ted | |
parent | 4106f4c4f47a9093b4f91e8764dce51aa7be3867 (diff) | |
download | freebsd-ports-gnome-c006efbfe40df7c6411ecfb44177f5891e7a5f4c.tar.gz freebsd-ports-gnome-c006efbfe40df7c6411ecfb44177f5891e7a5f4c.tar.zst freebsd-ports-gnome-c006efbfe40df7c6411ecfb44177f5891e7a5f4c.zip |
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/ted')
-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}/\\\"\"" |