aboutsummaryrefslogtreecommitdiffstats
path: root/editors/ted
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2003-05-20 06:54:44 +0800
committerlioux <lioux@FreeBSD.org>2003-05-20 06:54:44 +0800
commitc006efbfe40df7c6411ecfb44177f5891e7a5f4c (patch)
treee67d50650f3e23f768cc6853672251e8587430b2 /editors/ted
parent4106f4c4f47a9093b4f91e8764dce51aa7be3867 (diff)
downloadfreebsd-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/Makefile4
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}/\\\"\""