diff options
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r-- | comms/hylafax/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 22e937b8f36..6774130b2f5 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.64 2012/02/16 17:18:50 hans Exp $ +# $NetBSD: Makefile,v 1.65 2012/04/08 03:25:03 dholland Exp $ VERS= 4.2.5 DISTNAME= hylafax-${VERS} -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= comms MASTER_SITES_BETA= ftp://ftp.hylafax.org/source/BETA/ MASTER_SITES_RELEASE= ftp://ftp.hylafax.org/source/ @@ -64,6 +64,9 @@ CONFIGURE_ARGS+= --disable-pam CONFIGURE_ENV+= MACHDEPLIBS=-lrt .endif +# Affected by TIFFHeader -> TIFFHeaderClassic change in 4.x. +BUILDLINK_API_DEPENDS.libtiff+= tiff>=4.0.0 + .include "../../devel/zlib/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" |