diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-10-10 22:42:56 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-10-10 22:43:56 +0000 |
commit | 612bfd09df8bb66716f770d773550145db88a9e5 (patch) | |
tree | f7488bd23d438fef784b7c6a970bbf4a98981d82 | |
parent | ffdc2e6bbe93c03233e5f5afeb377f0e89e748cd (diff) |
graphics/azpainterb: Prepare for png 1.6.38
Adjust LIBS to include -lz
PR: 266599
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/azpainterb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/azpainterb/Makefile b/graphics/azpainterb/Makefile index e8c40d0e649c..3c78d0d95c05 100644 --- a/graphics/azpainterb/Makefile +++ b/graphics/azpainterb/Makefile @@ -17,7 +17,7 @@ USES= compiler:c11 desktop-file-utils gmake jpeg pkgconfig \ tar:xz xorg USE_XORG= x11 xext xi HAS_CONFIGURE= yes -CONFIGURE_ARGS= --docdir="${DOCSDIR}" CC="${CC}" +CONFIGURE_ARGS= --docdir="${DOCSDIR}" CC="${CC}" LIBS="-lz" PORTDOCS= AUTHORS ChangeLog ReadMe_en ReadMe_ja manual_ja.html |