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 | |
parent | d9e66e26314527f44b011ec31077235ca058e4c6 (diff) | |
download | pkgsrc-775b124f24ae92e8255f3e9f885f27d2e881ce4a.tar.gz |
Depends on jpeg-6b package and lator.
(It should be converted buildlink framework.)
-rw-r--r-- | audio/krio/Makefile | 4 | ||||
-rw-r--r-- | comms/hylafax/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/audio/krio/Makefile b/audio/krio/Makefile index ab3a50a1df6..a242d4d067b 100644 --- a/audio/krio/Makefile +++ b/audio/krio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2003/07/21 16:30:41 martti Exp $ +# $NetBSD: Makefile,v 1.14 2003/10/08 10:06:47 taca Exp $ DISTNAME= Krio-19990721 PKGNAME= krio-19990721 @@ -17,7 +17,7 @@ USE_X11BASE= yes RIODIR= ${_PKGSRCDIR}/audio/rio/${WRKDIR:T}/rio107 -DEPENDS+= jpeg-6b:../../graphics/jpeg +DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= kdelibs-1.1.2nb1:../../x11/kdelibs DEPENDS+= png>=1.2.1:../../graphics/png DEPENDS+= qt1-1.44:../../x11/qt1 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 |