diff options
Diffstat (limited to 'math/moo/Makefile')
-rw-r--r-- | math/moo/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile index 8da7f1b2f7ba..3433139fcf4b 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -3,6 +3,7 @@ PORTNAME= moo PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= skreuzer@FreeBSD.org @@ -16,6 +17,10 @@ GH_TAGNAME= ${PORTVERSION} PLIST_FILES= bin/moo man/man1/moo.1.gz +.if exists(/usr/include/sys/capsicum.h) +CFLAGS+= -DHAVE_CAPSICUM +.endif + MAKE_JOBS_UNSAFE= yes do-install: |