Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Apr 2015 14:14:23 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384643 - head/devel/p5-SNMP-Persist
Message-ID:  <201504241414.t3OEEN6L010397@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Fri Apr 24 14:14:23 2015
New Revision: 384643
URL: https://svnweb.freebsd.org/changeset/ports/384643

Log:
  Make buildable.
  
  Sponsored by:	Absolight

Modified:
  head/devel/p5-SNMP-Persist/Makefile

Modified: head/devel/p5-SNMP-Persist/Makefile
==============================================================================
--- head/devel/p5-SNMP-Persist/Makefile	Fri Apr 24 13:46:21 2015	(r384642)
+++ head/devel/p5-SNMP-Persist/Makefile	Fri Apr 24 14:14:23 2015	(r384643)
@@ -16,9 +16,11 @@ USE_PERL5=	configure
 
 .include <bsd.port.pre.mk>
 
+.if exists(${PERL})
 PERL_THREADED!= ${PERL} -mthreads -e '' >/dev/null 2>&1 && ${ECHO_CMD} 'yes' || ${ECHO_CMD}
 .  if ${PERL_THREADED} == ""
 IGNORE=		must be built with a threaded Perl
 .  endif
+.endif
 
 .include <bsd.port.post.mk>



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