aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-04-14 11:56:49 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-14 12:03:19 +0000
commit3043feb62fe702f1dab43fd77a939c49cf783cd5 (patch)
tree06eb2a0f5850f8e0694371bd7e0e6f389fd0011c /science
parent1ff65fc405ba65e366168824d8fa196a368cb9a2 (diff)
downloadports-3043feb62fe702f1dab43fd77a939c49cf783cd5.tar.gz
ports-3043feb62fe702f1dab43fd77a939c49cf783cd5.zip
science/h5utils: Drop USES=autoreconf
Port builds fine with provided configure While here, pet Q/A check
Diffstat (limited to 'science')
-rw-r--r--science/h5utils/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile
index df6ce40fcd24..ba4fb6b542d0 100644
--- a/science/h5utils/Makefile
+++ b/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}/
@@ -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