diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 22:58:32 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-23 22:58:32 +0000 |
commit | 11951e2ae9f39b9a07f2f13fcd2e1ff5e83efb32 (patch) | |
tree | be4da91841e570b5cac663210d9b3ef6e2f3e786 | |
parent | f42f6951bde198900c0f9bd89b9a3d13195777bf (diff) | |
download | ports-11951e2ae9f39b9a07f2f13fcd2e1ff5e83efb32.tar.gz ports-11951e2ae9f39b9a07f2f13fcd2e1ff5e83efb32.zip |
Notes
-rw-r--r-- | math/xppaut/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/math/xppaut/Makefile b/math/xppaut/Makefile index 305c4c055f02..e35e9138c8bb 100644 --- a/math/xppaut/Makefile +++ b/math/xppaut/Makefile @@ -14,23 +14,17 @@ COMMENT= Graphical tool for solving differential equations, etc LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USE_XORG= xbitmaps x11 xproto +USE_XORG= x11 xbitmaps xproto CFLAGS+= -w -Wno-return-type WRKSRC= ${WRKDIR} ALL_TARGET= xppaut -post-build: - ${RM} -f ${WRKSRC}/ode/._* - OPTIONS_DEFINE= DOCS EXAMPLES -.include <bsd.port.options.mk> +DOCS_MAKE_ENV_OFF= NOPORTDOCS=yes +EXAMPLES_MAKE_ENV_OFF= NOPORTEXAMPLES=yes -.if !${PORT_OPTIONS:MDOCS} -MAKE_ENV+= NOPORTDOCS=yes -.endif -.if !${PORT_OPTIONS:MEXAMPLES} -MAKE_ENV+= NOPORTEXAMPLES=yes -.endif +post-build: + ${RM} -f ${WRKSRC}/ode/._* .include <bsd.port.mk> |