diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-12-01 21:36:27 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-12-01 21:36:27 +0000 |
commit | 705dab1879258f7c505134c6dc44dcef00775678 (patch) | |
tree | 5558f34b5a29424924416702bbe478739d9c3580 /mail/majorcool | |
parent | db3126e16ca4814417461edd4c50a3fef20805f3 (diff) | |
download | ports-705dab1879258f7c505134c6dc44dcef00775678.tar.gz ports-705dab1879258f7c505134c6dc44dcef00775678.zip |
Notes
Diffstat (limited to 'mail/majorcool')
-rw-r--r-- | mail/majorcool/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile index ed664b6bf539..af8443174440 100644 --- a/mail/majorcool/Makefile +++ b/mail/majorcool/Makefile @@ -3,7 +3,7 @@ # Date created: Wed Aug 13 18:34:14 CEST 1997 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1998/02/20 05:31:47 steve Exp $ +# $Id: Makefile,v 1.6 1998/08/31 21:33:29 andreas Exp $ # DISTNAME= majorcool-1.30 @@ -15,6 +15,7 @@ MAINTAINER= andreas@FreeBSD.ORG NO_BUILD= yes NO_PACKAGE= "Too many questions" +IS_INTERACTIVE= yes USE_PERL5= yes WRKSRC= ${WRKDIR} |