Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Aug 2014 20:09:42 +0000 (UTC)
From:      Josh Paetzel <jpaetzel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363762 - head/irc/epic4
Message-ID:  <201408012009.s71K9guY083318@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jpaetzel
Date: Fri Aug  1 20:09:42 2014
New Revision: 363762
URL: http://svnweb.freebsd.org/changeset/ports/363762
QAT: https://qat.redports.org/buildarchive/r363762/

Log:
  Fix regression introduced in r363371
  
  If you had the perl dependancy switched off this port was unfetchable.
  PR:	192283
  Submitted by:	jdc@koitsu.org

Modified:
  head/irc/epic4/Makefile

Modified: head/irc/epic4/Makefile
==============================================================================
--- head/irc/epic4/Makefile	Fri Aug  1 20:06:11 2014	(r363761)
+++ head/irc/epic4/Makefile	Fri Aug  1 20:09:42 2014	(r363762)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408012009.s71K9guY083318>