summaryrefslogtreecommitdiff
path: root/comms/hylafax/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2012-04-08 03:25:03 +0000
committerdholland <dholland>2012-04-08 03:25:03 +0000
commitabf57c2986d5dfce40b342c11621864d3b4e7692 (patch)
tree11b63208b71cb2b0309bb62126f3419836a4e07f /comms/hylafax/Makefile
parent3e0291e2237a5c82a09e71f1bc4e507ac97f52e2 (diff)
downloadpkgsrc-abf57c2986d5dfce40b342c11621864d3b4e7692.tar.gz
Hack this to build against libtiff 4.x. With luck, it'll still work.
Because it depends on changes to the API in libtiff 4.x, set the minimum BUILDLINK_API_DEPENDS accordingly. And, even though it wasn't building, bump PKGREVISION to 7; the new package depending on tiff>=4.0 needs to be distinguishable from the old package depending on tiff<4.0. XXX: This package desperately needs to be updated. It is years out of XXX: date with respect to upstream.
Diffstat (limited to 'comms/hylafax/Makefile')
-rw-r--r--comms/hylafax/Makefile7
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"