Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 2017 13:01:36 +0000 (UTC)
From:      Steven Kreuzer <skreuzer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r442835 - head/math/moo
Message-ID:  <201706071301.v57D1a2g092259@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: skreuzer
Date: Wed Jun  7 13:01:36 2017
New Revision: 442835
URL: https://svnweb.freebsd.org/changeset/ports/442835

Log:
  Fix breakage on 10.3

Modified:
  head/math/moo/Makefile

Modified: head/math/moo/Makefile
==============================================================================
--- head/math/moo/Makefile	Wed Jun  7 12:35:47 2017	(r442834)
+++ head/math/moo/Makefile	Wed Jun  7 13:01:36 2017	(r442835)
@@ -17,7 +17,7 @@ GH_TAGNAME=	${PORTVERSION}
 
 PLIST_FILES=	bin/moo man/man1/moo.1.gz
 
-.if exists(/usr/include/sys/capsicum.h)
+.if exists(/usr/include/sys/capsicum.h) && exists(/usr/include/capsicum_helpers.h)
 CFLAGS+=	-DHAVE_CAPSICUM
 .endif
 



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