diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-19 14:09:31 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-19 14:09:31 +0000 |
commit | 1c10896d38b0eb3cd1b46ad373c43d2cc8885060 (patch) | |
tree | aec65d9773cd87dcd1bb7784620869d447eb1335 /editors | |
parent | c5140143e471180b12449f11647ec3eb0a919fe9 (diff) | |
download | ports-1c10896d38b0eb3cd1b46ad373c43d2cc8885060.tar.gz ports-1c10896d38b0eb3cd1b46ad373c43d2cc8885060.zip |
- Make port "slave-aware"
Noticed by: Ports with duplicate LATEST_LINKS report
Notes
Notes:
svn path=/head/; revision=107590
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs20/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/emacs20/Makefile b/editors/emacs20/Makefile index d1b066db764a..415ddeb9c6cb 100644 --- a/editors/emacs20/Makefile +++ b/editors/emacs20/Makefile @@ -17,14 +17,14 @@ PATCH_SITE_SUBDIR= shige/emacs PATCHFILES= emacs-20.7-linespace-patch.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= ports@FreeBSD.org -COMMENT= GNU editing macros +MAINTAINER?= ports@FreeBSD.org +COMMENT?= GNU editing macros ONLY_FOR_ARCHS= i386 alpha USE_AUTOCONF_VER=213 USE_GMAKE= yes EMACS_VER= 20.7 -LATEST_LINK= emacs20 +LATEST_LINK?= emacs20 CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd .if defined(WITHOUT_X11) CONFIGURE_ARGS= --with-x=no --with-pop |