1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Move perl depends under USE_PERL

This commit is contained in:
Andrey A. Chernov 1996-03-23 23:36:32 +00:00
parent 6db6d87fc2
commit 90726c1827
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2879
2 changed files with 24 additions and 4 deletions

View File

@ -3,14 +3,16 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.17 1996/03/21 14:41:19 ache Exp $
# $Id: Makefile,v 1.18 1996/03/21 14:44:48 ache Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_WISH, USE_TCPWRAP
#
DISTNAME= ssh-1.2.13
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz
BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5
MAINTAINER= torstenb@FreeBSD.ORG
@ -93,11 +95,19 @@ BUILD_DEPENDS+= wish4.0:${PORTSDIR}/x11/tk4
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish4.0
.else
BUILD_DEPENDS+= wish:${PORTSDIR}/x11/tk
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish
.endif
.else
CONFIGURE_ENV+= WISH=/replace_it_with_WISH_path
.endif
.if defined(USE_PERL) && ${USE_PERL} == YES
BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5
CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.002
.else
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
.endif
# Include tcp-wrapper support (call remote identd)
.if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \
exists(${PREFIX}/lib/libwrap.a) && \

View File

@ -3,14 +3,16 @@
# Date created: 30 Jul 1995
# Whom: torstenb@FreeBSD.ORG
#
# $Id: Makefile,v 1.17 1996/03/21 14:41:19 ache Exp $
# $Id: Makefile,v 1.18 1996/03/21 14:44:48 ache Exp $
#
# Maximal ssh package requires YES values for
# USE_PERL, USE_WISH, USE_TCPWRAP
#
DISTNAME= ssh-1.2.13
CATEGORIES= security net
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/snapshots/
LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz
BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5
MAINTAINER= torstenb@FreeBSD.ORG
@ -93,11 +95,19 @@ BUILD_DEPENDS+= wish4.0:${PORTSDIR}/x11/tk4
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish4.0
.else
BUILD_DEPENDS+= wish:${PORTSDIR}/x11/tk
CONFIGURE_ENV+= WISH=${PREFIX}/bin/wish
.endif
.else
CONFIGURE_ENV+= WISH=/replace_it_with_WISH_path
.endif
.if defined(USE_PERL) && ${USE_PERL} == YES
BUILD_DEPENDS+= perl5.002:${PORTSDIR}/lang/perl5
CONFIGURE_ENV+= PERL=${PREFIX}/bin/perl5.002
.else
CONFIGURE_ENV+= PERL=/replace_it_with_PERL_path
.endif
# Include tcp-wrapper support (call remote identd)
.if defined(USE_TCPWRAP) && ${USE_TCPWRAP} == YES || \
exists(${PREFIX}/lib/libwrap.a) && \