diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 02:51:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-10 02:51:14 +0800 |
commit | e7a52ca51d938a0e81b915626f0fe812db0ac974 (patch) | |
tree | bf17dff79e836a4c3443f7c9652e8be3e66bfa32 /math | |
parent | 814ed992c1fa2bad51a7c365bca720c65f215cc7 (diff) | |
download | freebsd-ports-graphics-e7a52ca51d938a0e81b915626f0fe812db0ac974.tar.gz freebsd-ports-graphics-e7a52ca51d938a0e81b915626f0fe812db0ac974.tar.zst freebsd-ports-graphics-e7a52ca51d938a0e81b915626f0fe812db0ac974.zip |
- Convert USE_BZIP2 to USES
- Don't remove mtree directories
- Whitespace nits
Diffstat (limited to 'math')
-rw-r--r-- | math/labplot/Makefile | 7 | ||||
-rw-r--r-- | math/labplot/pkg-plist | 3 |
2 files changed, 3 insertions, 7 deletions
diff --git a/math/labplot/Makefile b/math/labplot/Makefile index d3355fe1c4a..929a747cc05 100644 --- a/math/labplot/Makefile +++ b/math/labplot/Makefile @@ -21,8 +21,7 @@ NETCDF_DESC= NetCDF data support WRKSRC= ${WRKDIR}/beta2 -USE_BZIP2= yes -USES= cmake shared-mime-info +USES= tar:bzip2 cmake shared-mime-info USE_XORG= xft xpm USE_GCC= yes USE_KDE4= automoc4 kdelibs kdeprefix @@ -33,7 +32,7 @@ INSTALLS_ICONS= yes CDF_LIB_DEPENDS= libcdf.so:${PORTSDIR}/science/cdf CDF_CMAKE_OFF= -DCDF_LIBRARY:STRING="" -HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 +HDF5_LIB_DEPENDS= libhdf5.so:${PORTSDIR}/science/hdf5 HDF5_CMAKE_OFF= -DHDF5_LIBRARY:STRING="" NETCDF_LIB_DEPENDS= libnetcdf.so:${PORTSDIR}/science/netcdf @@ -47,6 +46,6 @@ post-patch: ${WRKSRC}/src/backend/core/AbstractAspect.h @${REINPLACE_CMD} -e \ 's|!isnan|!std::isnan|' \ - ${WRKSRC}/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp + ${WRKSRC}/src/backend/worksheet/plots/cartesian/CartesianCoordinateSystem.cpp .include <bsd.port.mk> diff --git a/math/labplot/pkg-plist b/math/labplot/pkg-plist index d5da7840f9a..6cd8b4d20c5 100644 --- a/math/labplot/pkg-plist +++ b/math/labplot/pkg-plist @@ -55,6 +55,3 @@ share/mime/packages/lml.desktop @dirrmtry share/apps/LabPlot2 @dirrmtry share/apps @dirrmtry share/applications/kde4 -@dirrmtry share/applications -@dirrmtry share -@dirrmtry bin |