diff options
author | will <will@FreeBSD.org> | 2002-01-06 14:20:22 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-01-06 14:20:22 +0800 |
commit | 7eb7e56282b3d26029261bb2d568d95ee0d63aa9 (patch) | |
tree | fad9de51cf97a70df5fe58cca638640e3ab5d923 /editors | |
parent | 33365d87de0091e8c98f38b81447d07d6a67315a (diff) | |
download | freebsd-ports-gnome-7eb7e56282b3d26029261bb2d568d95ee0d63aa9.tar.gz freebsd-ports-gnome-7eb7e56282b3d26029261bb2d568d95ee0d63aa9.tar.zst freebsd-ports-gnome-7eb7e56282b3d26029261bb2d568d95ee0d63aa9.zip |
First round of auto* cleanups:
- USE_AUTO* -> USE_AUTO*_VER=* where required
- USE_AUTO* / *_DEPENDS=.*auto*:*/devel/auto* -> GNU_CONFIGURE where OK
- Other minor changes to fix things
These changes should be no-ops with the current bsd.port.mk, but will
assist in preparing for the next generation of USE_AUTO*.
Submitted by: bento 4-exp USE_AUTO* cleanups
http://people.FreeBSD.org/~will/4-exp/
http://bento.FreeBSD.org/errorlogs/4-exp-latest/
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs21/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs-devel/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 2 | ||||
-rw-r--r-- | editors/xemacs21/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index 3214134bf345..3ac3cf1bada8 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -19,7 +19,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd diff --git a/editors/emacs21/Makefile b/editors/emacs21/Makefile index 1ae9166204b5..d2224932a3c9 100644 --- a/editors/emacs21/Makefile +++ b/editors/emacs21/Makefile @@ -30,7 +30,7 @@ PATCHFILES= emacs-21.1-fontset-20011109.patch.gz PATCH_DIST_STRIP= -p1 .endif -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 USE_GMAKE= yes ALL_TARGET= bootstrap diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile index 93bc7d5f72f5..ba0afe66e8c4 100644 --- a/editors/xemacs-devel/Makefile +++ b/editors/xemacs-devel/Makefile @@ -28,7 +28,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_XLIB= yes USE_XPM= yes STRIP= -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--with-clash-detection \ diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 93bc7d5f72f5..ba0afe66e8c4 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -28,7 +28,7 @@ XEMACS_ARCH= ${CONFIGURE_TARGET} USE_XLIB= yes USE_XPM= yes STRIP= -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--with-clash-detection \ diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index a94d6bc5dc81..431fa849927c 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -28,7 +28,7 @@ SLAVEDIRS+= editors/xemacs21-mule USE_XLIB= yes USE_XPM= yes STRIP= -USE_AUTOCONF= yes +USE_AUTOCONF_VER=213 CONFIGURE_TARGET=${MACHINE_ARCH}--freebsd CONFIGURE_ARGS?=--with-clash-detection \ |