diff options
author | andreas <andreas@FreeBSD.org> | 1997-10-14 04:55:31 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1997-10-14 04:55:31 +0800 |
commit | 3caec9517caba48b130dccfdbb07932f18340493 (patch) | |
tree | 29df4ab8522ba4beb23ca8a7a2b591b8dd685343 /mail/majorcool | |
parent | 0a5f2bab5ea76c6355ccad1b77870bc582f1d21e (diff) | |
download | freebsd-ports-gnome-3caec9517caba48b130dccfdbb07932f18340493.tar.gz freebsd-ports-gnome-3caec9517caba48b130dccfdbb07932f18340493.tar.zst freebsd-ports-gnome-3caec9517caba48b130dccfdbb07932f18340493.zip |
USE_PERL5 (portlint)
Diffstat (limited to 'mail/majorcool')
-rw-r--r-- | mail/majorcool/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/majorcool/Makefile b/mail/majorcool/Makefile index a8cb7f37aac2..a583d7acb2c3 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.1.1.1 1997/08/13 18:32:48 andreas Exp $ +# $Id: Makefile,v 1.2 1997/08/13 18:56:48 andreas Exp $ # DISTNAME= majorcool @@ -13,10 +13,9 @@ MASTER_SITES= http://ncrinfo.ncr.com/pub/contrib/unix/MajorCool/ MAINTAINER= andreas@FreeBSD.ORG -RUN_DEPENDS= perl5.00401:${PORTSDIR}/lang/perl5 - NO_BUILD= yes NO_PACKAGE= "Too many questions" +USE_PERL5= yes WRKSRC= ${WRKDIR} do-install: |