diff options
author | asami <asami@FreeBSD.org> | 2001-08-08 23:18:07 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2001-08-08 23:18:07 +0800 |
commit | 5beffaca077852acf8052091ca1cd6bcac31e93a (patch) | |
tree | 355cd972222e7f0ac8fcc13c75a5255d24cb4866 /misc/heyu2 | |
parent | ecc953faae59f482ac707fae711f6713f0fb7103 (diff) | |
download | freebsd-ports-gnome-5beffaca077852acf8052091ca1cd6bcac31e93a.tar.gz freebsd-ports-gnome-5beffaca077852acf8052091ca1cd6bcac31e93a.tar.zst freebsd-ports-gnome-5beffaca077852acf8052091ca1cd6bcac31e93a.zip |
Mark IS_INTERACTIVE -- install.sh asks questions (and goes
into an infinite loop).
Diffstat (limited to 'misc/heyu2')
-rw-r--r-- | misc/heyu2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/heyu2/Makefile b/misc/heyu2/Makefile index dd2b75d46e0a..96285548d196 100644 --- a/misc/heyu2/Makefile +++ b/misc/heyu2/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= plambert@plambert.net +IS_INTERACTIVE= yes ALL_TARGET= heyu WRKSRC= ${WRKDIR}/heyu.dir |