diff options
Diffstat (limited to 'math/jags')
-rw-r--r-- | math/jags/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/math/jags/Makefile b/math/jags/Makefile index 4bf8c1929a56..aad51c1624dd 100644 --- a/math/jags/Makefile +++ b/math/jags/Makefile @@ -33,6 +33,9 @@ PLIST_SUB= MODULEVERSION=${S} S= ${PORTVERSION:C|\..*||} NO_STAGE= yes + +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} || make(makesum) |