diff options
author | stephen <stephen@FreeBSD.org> | 2013-08-17 07:43:28 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-08-17 07:43:28 +0800 |
commit | 365e95debff5985af6de23550ea458ce423ada1b (patch) | |
tree | 491b0ce1ddbd3d7f3a81b64d29a50e459dad4569 /graphics | |
parent | 3b106e172d7069fd4c62ef1a670d84675ae4b197 (diff) | |
download | freebsd-ports-gnome-365e95debff5985af6de23550ea458ce423ada1b.tar.gz freebsd-ports-gnome-365e95debff5985af6de23550ea458ce423ada1b.tar.zst freebsd-ports-gnome-365e95debff5985af6de23550ea458ce423ada1b.zip |
- Change dependency science/netcdf to science/netcdf4.
- Fix some portlint errors.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/opendx/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/opendx/Makefile b/graphics/opendx/Makefile index ebacb3489b8b..cdeb1efa2872 100644 --- a/graphics/opendx/Makefile +++ b/graphics/opendx/Makefile @@ -3,7 +3,7 @@ PORTNAME= opendx PORTVERSION= 4.4.4 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= graphics math MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ DISTNAME= dx-${PORTVERSION} @@ -12,10 +12,10 @@ MAINTAINER= stephen@FreeBSD.org COMMENT= IBM's Open Visualization Data Explorer LIB_DEPENDS= MagickWand:${PORTSDIR}/graphics/ImageMagick \ - tiff.4:${PORTSDIR}/graphics/tiff \ - cdf.0:${PORTSDIR}/science/cdf + tiff:${PORTSDIR}/graphics/tiff \ + cdf:${PORTSDIR}/science/cdf -USE_XORG= xinerama xext xpm xmu sm ice +USE_XORG= xinerama xext xpm xmu sm ice USES= bison motif gmake USE_GCC= any USE_GL= yes @@ -33,13 +33,13 @@ IGNORE= HDF and NETCDF are conflicting .endif .if defined(WITH_HDF) -LIB_DEPENDS+= mfhdf.3:${PORTSDIR}/science/hdf +LIB_DEPENDS+= mfhdf:${PORTSDIR}/science/hdf .else CONFIGURE_ARGS+= --without-hdf .endif .if !defined(WITHOUT_NETCDF) -LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf +LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf4 .else CONFIGURE_ARGS+= --without-netcdf .endif |