diff options
author | bacon <bacon@pkgsrc.org> | 2019-05-01 12:40:19 +0000 |
---|---|---|
committer | bacon <bacon@pkgsrc.org> | 2019-05-01 12:40:19 +0000 |
commit | b97416b5177d8889c2508355bd45a5d960aae393 (patch) | |
tree | e4c1f42f1080aa91006f07b8c8366387ffd14ba2 /graphics/dx/Makefile | |
parent | 9ef65ca32b0c8cceaf3eca42bc966c629cc3f66a (diff) | |
download | pkgsrc-b97416b5177d8889c2508355bd45a5d960aae393.tar.gz |
graphics/dx: Switch from archivers/szip to archivers/libaec
libaec is a BSD-licensed drop-in replacement for the non-redistributable szip
Diffstat (limited to 'graphics/dx/Makefile')
-rw-r--r-- | graphics/dx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dx/Makefile b/graphics/dx/Makefile index 5bde6ef2e66..0c9a8af5079 100644 --- a/graphics/dx/Makefile +++ b/graphics/dx/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.100 2019/03/18 16:17:47 gdt Exp $ +# $NetBSD: Makefile,v 1.101 2019/05/01 12:40:19 bacon Exp $ DISTNAME= dx-4.4.4 -PKGREVISION= 49 +PKGREVISION= 50 CATEGORIES= graphics MASTER_SITES= http://opendx.npaci.edu/source/ @@ -24,7 +24,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} MAKE_ENV+= ARCH="" CONFIGURE_ENV+= ARCH="" -.include "../../archivers/szip/buildlink3.mk" +.include "../../archivers/libaec/buildlink3.mk" .include "../../devel/hdf/buildlink3.mk" .include "../../devel/netcdf/buildlink3.mk" # XXX ImageMagick detection in "configure" is broken |