summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-09-15 11:46:15 +0000
commit4dc064b0c51daf8a534869cf647ddda8f27693df (patch)
treeffea49d9cc67b8576749be804de23181e7a3f61a /palm
parentUpgrade to 0.74, and use gtk11 now. (diff)
jpeg is now converted to ELF so change LIB_DEPENDS lines accordingly.
(Note, since the shlib major didn't change this just removes the regexp support.)
Notes
Notes: svn path=/head/; revision=13147
Diffstat (limited to 'palm')
-rw-r--r--palm/kpilot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile
index e0d3748d58ce..c3b006c4270a 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.10 1998/08/25 10:04:54 asami Exp $
+# $Id: Makefile,v 1.11 1998/08/25 10:31:50 asami Exp $
#
DISTNAME= kpilot-3.0.2
@@ -13,7 +13,7 @@ MASTER_SITES= http://www.slac.com/pilone/kpilot_home/download/
MAINTAINER= dima@freebsd.org
LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
- jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
+ jpeg.9:${PORTSDIR}/graphics/jpeg \
kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \
kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \