diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-04-15 22:18:24 +0000 |
commit | b5544f135829582a52ed3b2c78ec884a4f52187c (patch) | |
tree | 40984a43a673e6cffbc75f7d23cfafc9d5b48bc2 /palm | |
parent | 0fc2b8bdd1097fb8eadfff1b9deb3419e5042c10 (diff) |
Switch remaining ports to use jpeg lib version 8.0.
Notes
Notes:
svn path=/head/; revision=10525
Diffstat (limited to 'palm')
-rw-r--r-- | palm/kpilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile index e7e215e886c6..42294580335a 100644 --- a/palm/kpilot/Makefile +++ b/palm/kpilot/Makefile @@ -3,7 +3,7 @@ # Date created: 09 April 1998 # Whom: Stefan Eßer <se@freebsd.org> # -# $Id: Makefile,v 1.1.1.1 1998/03/07 15:31:52 se Exp $ +# $Id: Makefile,v 1.2 1998/03/17 06:02:58 asami Exp $ # DISTNAME= kpilot-2.0 @@ -15,7 +15,7 @@ MAINTAINER= se@freebsd.org BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt LIB_DEPENDS= qt\\.1\\.3[1-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 \ |