aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:14:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-11-04 20:14:52 +0000
commit80b88841a0b06935f4ad60d517ae27e549e9cb31 (patch)
tree25207b4d39115a0a5aae657016f5bcc503bee3d1 /science/netcdf
parentea71ed3450e4261a336e480795961888439df025 (diff)
downloadports-80b88841a0b06935f4ad60d517ae27e549e9cb31.tar.gz
ports-80b88841a0b06935f4ad60d517ae27e549e9cb31.zip
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Cosmetic change
Notes
Notes: svn path=/head/; revision=400804
Diffstat (limited to 'science/netcdf')
-rw-r--r--science/netcdf/Makefile8
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