svn commit: r384643 - head/devel/p5-SNMP-Persist
Mathieu Arnold
mat at FreeBSD.org
Fri Apr 24 14:14:24 UTC 2015
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>
More information about the svn-ports-head
mailing list