diff options
author | skreuzer <skreuzer@FreeBSD.org> | 2017-06-07 21:01:36 +0800 |
---|---|---|
committer | skreuzer <skreuzer@FreeBSD.org> | 2017-06-07 21:01:36 +0800 |
commit | 44cd97a77884dfbd32407513830390b932f65ae7 (patch) | |
tree | f8e18569e3fcdfa85d16c372d3e94d2c7f175975 /math/moo | |
parent | 268ce42cb97fbd766ce1937516779aabfe4af04c (diff) | |
download | freebsd-ports-gnome-44cd97a77884dfbd32407513830390b932f65ae7.tar.gz freebsd-ports-gnome-44cd97a77884dfbd32407513830390b932f65ae7.tar.zst freebsd-ports-gnome-44cd97a77884dfbd32407513830390b932f65ae7.zip |
Fix breakage on 10.3
Diffstat (limited to 'math/moo')
-rw-r--r-- | math/moo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile index 3433139fcf4b..b3e2d9e992fa 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -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 |