svn commit: r442835 - head/math/moo

Steven Kreuzer skreuzer at FreeBSD.org
Wed Jun 7 13:01:37 UTC 2017


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
 


More information about the svn-ports-all mailing list