diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-03-29 07:50:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-03-29 07:50:59 +0000 |
commit | db911dedd6de09285164304c16f4e3479a9c36e7 (patch) | |
tree | a0464423a240136f92808e42ebf85d429b53a595 /editors/mule-common | |
parent | 0938d81904f8d9e7e6de43e9841f061cdb70a3b1 (diff) | |
download | ports-db911dedd6de09285164304c16f4e3479a9c36e7.tar.gz ports-db911dedd6de09285164304c16f4e3479a9c36e7.zip |
Notes
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile index 246c35f0011b..e0274bc7c4b3 100644 --- a/editors/mule-common/Makefile +++ b/editors/mule-common/Makefile @@ -3,7 +3,7 @@ # Date created: 7 July 1997 # Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> # -# $Id: Makefile,v 1.37 1999/02/03 11:11:42 asami Exp $ +# $Id: Makefile,v 1.38 1999/03/08 07:28:24 asami Exp $ # DISTNAME= mule-2.3 @@ -58,7 +58,6 @@ BROKEN= You should build install one of the other mule ports first INSTALL_COOKIE= ${WRKDIR}/.install_done-${PKGNAME} PACKAGE_COOKIE= ${WRKDIR}/.package_done-${PKGNAME} TMPPLIST= ${WRKDIR}/.PLIST.mktmp-${PKGNAME} -CONFIGURE_TARGET= ${MACHINE_ARCH}--freebsd PLIST_SUB= EMACS_VERSION=19.34 EMACS_ARCH=${CONFIGURE_TARGET} USE_XLIB= yes |