diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-23 14:28:28 +0000 |
commit | ac34d7309cc9ed2bb1b9fcadf01a3153a50b41bf (patch) | |
tree | 06ad86b5acdc3f1aaf5ff6a5f594e87d816f05e7 /editors/emacs19/Makefile | |
parent | 533288b50acdc8470f4969f14faaac2d374c4242 (diff) | |
download | ports-ac34d7309cc9ed2bb1b9fcadf01a3153a50b41bf.tar.gz ports-ac34d7309cc9ed2bb1b9fcadf01a3153a50b41bf.zip |
Notes
Diffstat (limited to 'editors/emacs19/Makefile')
-rw-r--r-- | editors/emacs19/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile index 7a7615570457..1f18eab2dca6 100644 --- a/editors/emacs19/Makefile +++ b/editors/emacs19/Makefile @@ -3,7 +3,7 @@ # Date created: 29 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.33 1999/01/02 12:26:10 kuriyama Exp $ +# $Id: Makefile,v 1.34 1999/01/16 22:58:57 asami Exp $ # DISTNAME= emacs-19.34b @@ -13,14 +13,15 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= ports@FreeBSD.ORG EMACS_VERSION= 19.34 -PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} +EMACS_ARCH= ${MACHINE_ARCH}--freebsd +PLIST_SUB= EMACS_VERSION=${EMACS_VERSION} EMACS_ARCH=${EMACS_ARCH} NO_LATEST_LINK= yes WRKSRC= ${WRKDIR}/emacs-19.34 GNU_CONFIGURE= yes USE_XLIB= yes USE_GMAKE= yes -CONFIGURE_ARGS= i386--freebsd --with-x-toolkit \ - --sharedstatedir=/var/run +CONFIGURE_ARGS= ${EMACS_ARCH} --with-x-toolkit --sharedstatedir=/var/run + STRIP= MAN1= emacs.1 etags.1 ctags.1 |