diff options
Diffstat (limited to 'security/libsparkcrypto/Makefile')
-rw-r--r-- | security/libsparkcrypto/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/security/libsparkcrypto/Makefile b/security/libsparkcrypto/Makefile index 6b086ce..ab2f232 100644 --- a/security/libsparkcrypto/Makefile +++ b/security/libsparkcrypto/Makefile @@ -28,13 +28,8 @@ MAKE_ENV+= SPARKARCH=${SPARKARCH} \ OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= adabrowse:${PORTSDIR}/textproc/adabrowse -.else -MAKE_ENV+= NO_APIDOC=true -.endif +DOCS_BUILD_DEPENDS= adabrowse:${PORTSDIR}/textproc/adabrowse +DOCS_MAKE_ENV_OFF= NO_APIDOC=true post-patch: # ports passed unwanted ARCH definition to Makefile |