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/ted | |
parent | 63d8dd807c9c6b15c7c6b585ef6d5dbbefb4b6ca (diff) | |
download | ports-d7ca069eb4ddb06baf80755a285e7b85ab7daaf7.tar.gz ports-d7ca069eb4ddb06baf80755a285e7b85ab7daaf7.zip |
Notes
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}/\\\"\"" |