diff options
author | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-04-01 22:25:16 +0800 |
commit | 2ff80f55375ee2811ca2895a06b853699c3e0915 (patch) | |
tree | eb9a806366343ecfc3a5146e70b637f09d4e62c7 /science/grib_api/Makefile | |
parent | c60c1d09235abbfd733e901b1872b86adc82027c (diff) | |
download | freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.gz freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.tar.zst freebsd-ports-graphics-2ff80f55375ee2811ca2895a06b853699c3e0915.zip |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'science/grib_api/Makefile')
-rw-r--r-- | science/grib_api/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/science/grib_api/Makefile b/science/grib_api/Makefile index c374e8a2b30..c34df164884 100644 --- a/science/grib_api/Makefile +++ b/science/grib_api/Makefile @@ -12,8 +12,8 @@ COMMENT= ECMWF API for WMO FM-92 GRIB messages LICENSE= APACHE20 -LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libnetcdf.so:science/netcdf \ + libpng.so:graphics/png OPTIONS_SINGLE= JPEG OPTIONS_SINGLE_JPEG= JASPER OPENJPEG @@ -30,9 +30,9 @@ USES= libtool pathfix PORTDATA= * JASPER_CONFIGURE_ON= --with-jasper=${LOCALBASE} -JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper +JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper OPENJPEG_CONFIGURE_ON= --with-openjpeg=${LOCALBASE} -OPENJPEG_LIB_DEPENDS= libopenjpeg.so:${PORTSDIR}/graphics/openjpeg15 +OPENJPEG_LIB_DEPENDS= libopenjpeg.so:graphics/openjpeg15 post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tools/grib1to2 ${STAGEDIR}${PREFIX}/bin/grib1to2 |