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 | 775b124f24ae92e8255f3e9f885f27d2e881ce4a (patch) | |
tree | 0923b71bb469d4e17c3e90d6114c376cade8d225 /comms | |
parent | d9e66e26314527f44b011ec31077235ca058e4c6 (diff) | |
download | pkgsrc-775b124f24ae92e8255f3e9f885f27d2e881ce4a.tar.gz |
Depends on jpeg-6b package and lator.
(It should be converted buildlink framework.)
Diffstat (limited to 'comms')
-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 |