diff options
-rw-r--r-- | science/netcdf/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 00f647af5124..4278a660ed5c 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -36,15 +36,12 @@ 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_PORTDOCS= * SZIP_LIB_DEPENDS= libsz.so:${PORTSDIR}/science/szip SZIP_LIBS= -lsz .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MDOXYGEN} -PORTDOCS= * -.endif - post-patch: @${REINPLACE_CMD} -e 's|-ldl ||g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|mmap|_&|g' ${WRKSRC}/nc_test/tst_diskless.c ${WRKSRC}/nc_test/tst_diskless3.c |