diff options
author | taca <taca@pkgsrc.org> | 2003-10-08 10:06:47 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-10-08 10:06:47 +0000 |
commit | 5336c35a7513e97c77290a424403fe1c8dc5550d (patch) | |
tree | 0923b71bb469d4e17c3e90d6114c376cade8d225 /comms/hylafax | |
parent | 3118e04b180c502664c2023e685deab5c07c247b (diff) | |
download | pkgsrc-5336c35a7513e97c77290a424403fe1c8dc5550d.tar.gz |
Depends on jpeg-6b package and lator.
(It should be converted buildlink framework.)
Diffstat (limited to 'comms/hylafax')
-rw-r--r-- | comms/hylafax/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile index 9097f38dae8..227153f7b8e 100644 --- a/comms/hylafax/Makefile +++ b/comms/hylafax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2003/09/23 21:39:46 abs Exp $ +# $NetBSD: Makefile,v 1.33 2003/10/08 10:07:15 taca Exp $ # DISTNAME= hylafax-4.1.7 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.hylafax.org/ COMMENT= Telecommunication and fax server system DEPENDS+= tiff-[0-9]*:../../graphics/tiff -DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= mawk>=1.2.2:../../lang/mawk DIST_SUBDIR= hylafax |