diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:14:52 +0800 |
commit | 9bc5fe0306c8657451af4a30401bbd783dd88603 (patch) | |
tree | 25207b4d39115a0a5aae657016f5bcc503bee3d1 /science | |
parent | eed68082458357b5c21f0adf51149b94d5c1c5ca (diff) | |
download | freebsd-ports-gnome-9bc5fe0306c8657451af4a30401bbd783dd88603.tar.gz freebsd-ports-gnome-9bc5fe0306c8657451af4a30401bbd783dd88603.tar.zst freebsd-ports-gnome-9bc5fe0306c8657451af4a30401bbd783dd88603.zip |
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Cosmetic change
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 92ce4e5a527f..d88082c00951 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -29,12 +29,10 @@ TEST_TARGET= check USE_LDCONFIG= yes USES= libtool localbase pathfix -DAP_CONFIGURE_OFF= --disable-dap -DAP_CONFIGURE_ON= --enable-dap +DAP_CONFIGURE_ENABLE= dap DAP_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -DOXYGEN_BUILD_DEPENDS= ${LOCALBASE}/bin/doxygen:${PORTSDIR}/devel/doxygen -DOXYGEN_CONFIGURE_OFF= --disable-doxygen -DOXYGEN_CONFIGURE_ON= --enable-doxygen +DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen +DOXYGEN_CONFIGURE_ENABLE= doxygen DOXYGEN_IMPLIES= DOCS DOXYGEN_PORTDOCS= * SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip |