mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix breakage on 10.3
This commit is contained in:
parent
cb3f63cfb5
commit
3d9e1915bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442835
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue