mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
Correctly Enable/Disable PERL5 support according to value of USE_PERL5.
PR: ports/3125
This commit is contained in:
parent
87225d9e6d
commit
3373e4deb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6617
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user