diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-21 19:33:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-21 19:33:32 +0800 |
commit | 6a2e175b9f8f4f0ffe6c31ca5e6009786a8c4daf (patch) | |
tree | 84745fd0c354b29bdf16764cef273ba3bd717d92 /news | |
parent | f52e97fd3662dca1fd8bcbabaa30442023b76d72 (diff) | |
download | freebsd-ports-gnome-6a2e175b9f8f4f0ffe6c31ca5e6009786a8c4daf.tar.gz freebsd-ports-gnome-6a2e175b9f8f4f0ffe6c31ca5e6009786a8c4daf.tar.zst freebsd-ports-gnome-6a2e175b9f8f4f0ffe6c31ca5e6009786a8c4daf.zip |
Both ports need perl to configure (see configure looks for the
version) and to run (bunch of perl-scripts in contrib/samples/innfeed
directory)
Noticed on: bento
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 1 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 1 | ||||
-rw-r--r-- | news/inn/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index ed4fb4ad60c9..ec25eb0e8dce 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -15,6 +15,7 @@ NO_LATEST_LINK= yes MAINTAINER= des@FreeBSD.org USE_GMAKE=YES +USE_PERL5= yes .if exists(/var/news) INN_NEWSSPOOL?=/var/news diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index d05c8f051662..a52344f83703 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -17,6 +17,7 @@ DISTNAME= inn-STABLE-${SNAPSHOT} MAINTAINER= des@FreeBSD.org USE_GMAKE=YES +USE_PERL5= yes .if exists(/var/news) INN_NEWSSPOOL?=/var/news diff --git a/news/inn/Makefile b/news/inn/Makefile index ed4fb4ad60c9..ec25eb0e8dce 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -15,6 +15,7 @@ NO_LATEST_LINK= yes MAINTAINER= des@FreeBSD.org USE_GMAKE=YES +USE_PERL5= yes .if exists(/var/news) INN_NEWSSPOOL?=/var/news |