diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-25 10:03:08 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-08-25 10:03:08 +0000 |
commit | c7c32639cce504dbfefa9d1a09034d60600acaca (patch) | |
tree | 542278ecb4449b3df78960fd5f6cf7d8be50914f /math/liborigin | |
parent | 42aab3eb75f5152697ee03e5e8457ce58906e2c1 (diff) | |
download | ports-c7c32639cce504dbfefa9d1a09034d60600acaca.tar.gz ports-c7c32639cce504dbfefa9d1a09034d60600acaca.zip |
Notes
Diffstat (limited to 'math/liborigin')
-rw-r--r-- | math/liborigin/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/liborigin/Makefile b/math/liborigin/Makefile index 4d324aaabf77..20a1f54b3c2f 100644 --- a/math/liborigin/Makefile +++ b/math/liborigin/Makefile @@ -22,11 +22,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOXYGEN DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen -.include <bsd.port.options.mk> - -.if ! ${PORT_OPTIONS:MDOXYGEN} -post-patch: +post-patch-DOXYGEN-off: ${REINPLACE_CMD} -e '/find_package(Doxygen)/d' ${WRKSRC}/CMakeLists.txt -.endif .include <bsd.port.mk> |