diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch) | |
tree | e794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/scheme48 | |
parent | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (diff) | |
download | ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.tar.gz ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.zip |
Notes
Diffstat (limited to 'lang/scheme48')
-rw-r--r-- | lang/scheme48/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/scheme48/Makefile b/lang/scheme48/Makefile index d33b80a963ab..a2a2f5e18517 100644 --- a/lang/scheme48/Makefile +++ b/lang/scheme48/Makefile @@ -3,12 +3,13 @@ # Date created: 2 Jan 1995 # Whom: jmacd@uclink.berkeley.edu # -# $Id: Makefile,v 1.1.1.1 1995/01/07 20:53:32 swallace Exp $ +# $Id: Makefile,v 1.2 1995/04/01 12:47:05 jkh Exp $ # DISTNAME= scheme48-0.36 -MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/ CATEGORIES+= languages +MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/s48/ + GNU_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} ALL_TARGET = enough |