mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Fix regression introduced in r363371
If you had the perl dependancy switched off this port was unfetchable. PR: 192283 Submitted by: jdc@koitsu.org
This commit is contained in:
parent
618a2f6d80
commit
5545a57732
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363762
@ -22,6 +22,7 @@ CONFLICTS= epic5-0.[0-2]*
|
||||
GNU_CONFIGURE= yes
|
||||
USE_OPENSSL= yes
|
||||
PLIST_SUB+= PORTVERSION=${PORTVERSION}
|
||||
USES+= tar:bzip2
|
||||
CFLAGS:= ${CFLAGS:C/-O2/-g -O/g}
|
||||
|
||||
OPTIONS_DEFINE= IPV6 TCL PERL SSL TERMCAP DOCS
|
||||
@ -49,7 +50,7 @@ CONFIGURE_ARGS+= --without-tcl
|
||||
# SITE_PERL and PERL_VERSION to create the path.
|
||||
#
|
||||
.if ${PORT_OPTIONS:MPERL}
|
||||
USES+= perl5 tar:bzip2
|
||||
USES+= perl5
|
||||
CONFIGURE_ARGS+= --with-perl=${SITE_PERL}/../../${PERL_VERSION}/mach/CORE
|
||||
.else
|
||||
CONFIGURE_ARGS+= --without-perl
|
||||
|
Loading…
Reference in New Issue
Block a user