mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
science/h5utils: Drop USES=autoreconf
Port builds fine with provided configure While here, pet Q/A check
This commit is contained in:
parent
1ff65fc405
commit
3043feb62f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= h5utils
|
PORTNAME= h5utils
|
||||||
DISTVERSION= 1.13.2
|
DISTVERSION= 1.13.2
|
||||||
PORTREVISION= 3
|
PORTREVISION= 4
|
||||||
CATEGORIES= science
|
CATEGORIES= science
|
||||||
MASTER_SITES= https://github.com/NanoComp/${PORTNAME}/releases/download/${DISTVERSION}/
|
MASTER_SITES= https://github.com/NanoComp/${PORTNAME}/releases/download/${DISTVERSION}/
|
||||||
|
|
||||||
|
@ -16,9 +16,9 @@ BUILD_DEPENDS= gawk:lang/gawk
|
||||||
LIB_DEPENDS= libdf.so:science/hdf \
|
LIB_DEPENDS= libdf.so:science/hdf \
|
||||||
libhdf5.so:science/hdf5 \
|
libhdf5.so:science/hdf5 \
|
||||||
libmatheval.so:devel/libmatheval \
|
libmatheval.so:devel/libmatheval \
|
||||||
libpng.so:graphics/png
|
libpng16.so:graphics/png
|
||||||
|
|
||||||
USES= autoreconf compiler:c++11-lang jpeg localbase
|
USES= compiler:c++11-lang jpeg localbase
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
CFLAGS+= -pthread
|
CFLAGS+= -pthread
|
||||||
|
|
Loading…
Add table
Reference in a new issue