Skip to content

Commit

Permalink
science/h5utils: Drop USES=autoreconf
Browse files Browse the repository at this point in the history
Port builds fine with provided configure

While here, pet Q/A check
  • Loading branch information
nunotexbsd committed Apr 14, 2024
1 parent 1ff65fc commit 3043feb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions science/h5utils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= h5utils
DISTVERSION= 1.13.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= science
MASTER_SITES= https://github.com/NanoComp/${PORTNAME}/releases/download/${DISTVERSION}/

Expand All @@ -16,9 +16,9 @@ BUILD_DEPENDS= gawk:lang/gawk
LIB_DEPENDS= libdf.so:science/hdf \
libhdf5.so:science/hdf5 \
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

CFLAGS+= -pthread
Expand Down

0 comments on commit 3043feb

Please sign in to comment.