diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 00:23:08 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 00:23:08 +0800 |
commit | 6d4a68d53521bd41b394aed3534df2305a9adec5 (patch) | |
tree | a5059b85b4cf90a2a9e99ae99af95b141efca8c4 /math/xppaut | |
parent | 657b7fb8d9c86dc8a97400be96360d2828950279 (diff) | |
download | freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.tar.gz freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.tar.zst freebsd-ports-gnome-6d4a68d53521bd41b394aed3534df2305a9adec5.zip |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
Diffstat (limited to 'math/xppaut')
-rw-r--r-- | math/xppaut/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/xppaut/Makefile b/math/xppaut/Makefile index f039e27c89b3..305c4c055f02 100644 --- a/math/xppaut/Makefile +++ b/math/xppaut/Makefile @@ -22,6 +22,8 @@ ALL_TARGET= xppaut post-build: ${RM} -f ${WRKSRC}/ode/._* +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> .if !${PORT_OPTIONS:MDOCS} |