diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 10:04:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-25 10:04:59 +0000 |
commit | 7147ee4f546a7b7679782694ecda120c66a47ae7 (patch) | |
tree | b63a9c366251cbe290d4c4289ca04fa10629459c /palm/kpilot | |
parent | 4d7d30052c1d1670f343a13ae271423175f2426a (diff) | |
download | ports-7147ee4f546a7b7679782694ecda120c66a47ae7.tar.gz ports-7147ee4f546a7b7679782694ecda120c66a47ae7.zip |
kde shared libs are now at version 1. Gosh, no wonder they kept being
reinstalled over and over.
Notes
Notes:
svn path=/head/; revision=12836
Diffstat (limited to 'palm/kpilot')
-rw-r--r-- | palm/kpilot/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/palm/kpilot/Makefile b/palm/kpilot/Makefile index d09abdd417e8..25181a5ed5b2 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.8 1998/08/12 06:29:24 asami Exp $ +# $Id: Makefile,v 1.9 1998/08/16 03:11:47 jseger Exp $ # DISTNAME= kpilot-3.0.2 @@ -14,12 +14,12 @@ MAINTAINER= dima@freebsd.org LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \ jpeg\\.9\\.:${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 \ - khtmlw\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ - mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs + kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \ + jscript\\.1\\.:${PORTSDIR}/x11/kdelibs \ + khtmlw\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kfm\\.1\\.:${PORTSDIR}/x11/kdelibs \ + mediatool\\.1\\.:${PORTSDIR}/x11/kdelibs USE_QT= yes KDEDIR?= $(PREFIX) |