diff options
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 ed4fb4a..ec25eb0 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 d05c8f0..a52344f 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 ed4fb4a..ec25eb0 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 |