summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1998-04-15 22:18:24 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1998-04-15 22:18:24 +0000
commitb5544f135829582a52ed3b2c78ec884a4f52187c (patch)
tree40984a43a673e6cffbc75f7d23cfafc9d5b48bc2 /comms
parentUse jpeg shared library version 8. (diff)
Switch remaining ports to use jpeg lib version 8.0.
Notes
Notes: svn path=/head/; revision=10525
Diffstat (limited to 'comms')
-rw-r--r--comms/hylafax/Makefile4
-rw-r--r--comms/kremotecontrol/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 53088781ce19..d6fd065f1c01 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 Apr 1997
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
-# $Id: Makefile,v 1.11 1997/12/01 08:07:14 tg Exp $
+# $Id: Makefile,v 1.12 1998/04/12 03:10:49 itojun Exp $
#
DISTNAME= hylafax-v4.0pl2
@@ -22,7 +22,7 @@ BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \
# version the user prefers
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
LIB_DEPENDS= tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34 \
- jpeg\\.7\\.:${PORTSDIR}/graphics/jpeg
+ jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg
USE_GMAKE= yes
CONFIGURE_ARGS= --with-INSTALL="" \
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile
index 10f7d9fd3b2d..ef5964515168 100644
--- a/comms/kremotecontrol/Makefile
+++ b/comms/kremotecontrol/Makefile
@@ -3,7 +3,7 @@
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
-# $Id: Makefile,v 1.6 1998/02/15 22:23:46 se Exp $
+# $Id: Makefile,v 1.7 1998/03/06 19:52:16 se Exp $
#
DISTNAME= kdeutils-Beta3-1
@@ -18,7 +18,7 @@ MAINTAINER= se@freebsd.org
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
- jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \
+ jpeg\\.8\\.:${PORTSDIR}/graphics/jpeg \
kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \