diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1997-05-29 06:38:42 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-05-29 06:38:42 +0000 |
commit | 3373e4deb638f514252d0e3f920f080b3666f95d (patch) | |
tree | 2a5da78883777df29fb024738e3fb0d87129154d /news/inn-current | |
parent | 87225d9e6d2eea0ef44bd55a1c6b2c9964fd55ba (diff) |
Correctly Enable/Disable PERL5 support according to value of USE_PERL5.
PR: ports/3125
Notes
Notes:
svn path=/head/; revision=6617
Diffstat (limited to 'news/inn-current')
-rw-r--r-- | news/inn-current/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index dcc95ae74ffd..80baf28f93ea 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1) # Whom: torstenb # -# $Id: Makefile,v 1.21 1996/12/08 05:13:24 max Exp $ +# $Id: Makefile,v 1.22 1996/12/18 23:32:10 torstenb Exp $ # DISTNAME= inn-1.5.1 @@ -22,6 +22,8 @@ PGPVERIFY?= DONT USE_TCL?= DO USE_PERL5?= DONT +SCRIPTS_ENV+= PGPVERIFY=${PGPVERIFY} USE_TCL=${USE_TCL} USE_PERL5=${USE_PERL5} + NO_PACKAGE= "Too many compile-time options" MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1 |