diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-11-07 23:28:20 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-11-07 23:28:20 +0000 |
commit | 7112ba2b404b9dd889c9f4a5a3d433b26f9035bc (patch) | |
tree | a9ee08af9bd503352ea6981ff0980381216b49bc /editors | |
parent | 6429a6a789b732eba2cf06ee65dcfe09129b6a73 (diff) | |
download | ports-7112ba2b404b9dd889c9f4a5a3d433b26f9035bc.tar.gz ports-7112ba2b404b9dd889c9f4a5a3d433b26f9035bc.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/asedit/Makefile | 2 | ||||
-rw-r--r-- | editors/nedit/Makefile | 2 | ||||
-rw-r--r-- | editors/thoteditor/Makefile | 3 | ||||
-rw-r--r-- | editors/vim/Makefile | 2 | ||||
-rw-r--r-- | editors/vim5/Makefile | 2 | ||||
-rw-r--r-- | editors/vim6/Makefile | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/editors/asedit/Makefile b/editors/asedit/Makefile index b5634b43e302..8f0bdb3ffee7 100644 --- a/editors/asedit/Makefile +++ b/editors/asedit/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= shanee@augusta.de -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_IMAKE= yes XMKMF= xmkmf diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile index 96ea6a3a636c..3dd80d4e94c9 100644 --- a/editors/nedit/Makefile +++ b/editors/nedit/Makefile @@ -14,7 +14,7 @@ DISTFILES= nedit-5.1.1-src.tar.gz nedit-5.1.app-defaults MAINTAINER= deischen@freebsd.org -REQUIRES_MOTIF= yes +USE_MOTIF= yes USE_X_PREFIX= yes USE_XPM= yes EXTRACT_ONLY= nedit-5.1.1-src.tar.gz diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 516619961dc6..a5e23704340c 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -20,9 +20,8 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= chuckr@FreeBSD.org THOT_SUBDIR= Target -REQUIRES_MOTIF= yes +USE_MOTIF= yes WRKSRC= $(WRKDIR)/Thot/$(THOT_SUBDIR) -REQUIRES_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya --disable-java --disable-intr --disable-jit --disable-math --disable-ilu USE_GMAKE= yes diff --git a/editors/vim/Makefile b/editors/vim/Makefile index a991ae69807a..65b2c5afb8ca 100644 --- a/editors/vim/Makefile +++ b/editors/vim/Makefile @@ -57,7 +57,7 @@ MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features" USE_GTK= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE} --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" .elif defined(HAVE_MOTIF) -REQUIRES_MOTIF= yes +USE_MOTIF= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\" --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" MOTIFHOME=${X11BASE} .else MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" diff --git a/editors/vim5/Makefile b/editors/vim5/Makefile index 989f9d920562..bdfb3d442da9 100644 --- a/editors/vim5/Makefile +++ b/editors/vim5/Makefile @@ -56,7 +56,7 @@ MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features" USE_GTK= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE} --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" .elif defined(HAVE_MOTIF) -REQUIRES_MOTIF= yes +USE_MOTIF= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\" --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" MOTIFHOME=${X11BASE} .else MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile index a991ae69807a..65b2c5afb8ca 100644 --- a/editors/vim6/Makefile +++ b/editors/vim6/Makefile @@ -57,7 +57,7 @@ MAKE_ARGS+= X_LIBS=-lxpg4 CONF_OPT_MAX="--enable-max-features" USE_GTK= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=gtk --with-gtk-prefix=${X11BASE} --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" .elif defined(HAVE_MOTIF) -REQUIRES_MOTIF= yes +USE_MOTIF= yes MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=motif --with-motif-lib=\"${MOTIFLIB}\" --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" MOTIFHOME=${X11BASE} .else MAKE_ARGS+= CONF_OPT_GUI="--enable-gui=athena --enable-multibyte --enable-fontset --enable-multibyte --enable-xim" |