aboutsummaryrefslogtreecommitdiff
path: root/lang
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
parent63d38d11a20356c219121ce5e2ef6c0d20764331 (diff)
downloadports-72762d1040aee5159ae9eccdd94b69ff48197863.tar.gz
ports-72762d1040aee5159ae9eccdd94b69ff48197863.zip
Notes
Diffstat (limited to 'lang')
-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)