summaryrefslogtreecommitdiff
path: root/lang/smalltalk
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-18 05:18:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-18 05:18:51 +0000
commit72762d1040aee5159ae9eccdd94b69ff48197863 (patch)
treec7948d35a76fd6b42da359a9dcdbeab535ad97ec /lang/smalltalk
parentAdd missing "X11/" in MAKE_FLAGS. The conical hat goes to Jean-Marc. :p (diff)
Add IS_INTERACTIVE=yes. Cf.
>> The install target for smalltalk-1.1.1 is interactive. >> Please read the file mst.texinfo for more information.
Notes
Notes: svn path=/head/; revision=1445
Diffstat (limited to 'lang/smalltalk')
-rw-r--r--lang/smalltalk/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile
index 911a2cdfa44f..8c29cdde5a50 100644
--- a/lang/smalltalk/Makefile
+++ b/lang/smalltalk/Makefile
@@ -3,7 +3,7 @@
# Date created: 09 Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.3 1995/04/15 05:44:50 asami Exp $
+# $Id: Makefile,v 1.4 1995/04/16 21:24:53 asami Exp $
#
DISTNAME= smalltalk-1.1.1
@@ -12,6 +12,8 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
MAINTAINER= gpalmer@FreeBSD.ORG
+IS_INTERACTIVE= yes
+
pre-configure:
@cp ${FILESDIR}/m-fbsd-2.h ${WRKSRC}/config/m-fbsd-2.h
@(cd ${WRKSRC} ; ./config.mst fbsd-2)