diff options
author | joerg <joerg@pkgsrc.org> | 2013-08-30 16:57:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-08-30 16:57:35 +0000 |
commit | 6a0c5f9ed83a71d8e5a321abd932ef1fedc122fe (patch) | |
tree | a9d87e92482662ec03a2d98a4c6a8d143ef327b0 /comms/hylafax/Makefile | |
parent | 4656f150039adc07424d29727b1422a248715fdf (diff) | |
download | pkgsrc-6a0c5f9ed83a71d8e5a321abd932ef1fedc122fe.tar.gz |
Requires jbigkit. Bump revision.
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index a59ecc0c5ce..1be522b789f 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.68 2013/04/24 10:06:47 sbd Exp $ +# $NetBSD: Makefile,v 1.69 2013/08/30 16:57:35 joerg Exp $ VERS= 4.2.5 DISTNAME= hylafax-${VERS} -PKGREVISION= 9 +PKGREVISION= 10 CATEGORIES= comms MASTER_SITES_BETA= ftp://ftp.hylafax.org/source/BETA/ MASTER_SITES_RELEASE= ftp://ftp.hylafax.org/source/ @@ -66,6 +66,7 @@ CONFIGURE_ENV+= MACHDEPLIBS=-lrt BUILDLINK_API_DEPENDS.libtiff+= tiff>=4.0.0 .include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/jbigkit/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" |