Fix breakage on 10.3

This commit is contained in:
Steven Kreuzer 2017-06-07 13:01:36 +00:00
parent cb3f63cfb5
commit 3d9e1915bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442835

View file

@ -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