diff options
author | asami <asami@FreeBSD.org> | 1998-08-25 10:04:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-25 10:04:59 +0000 |
commit | 683fdb625582d1e04964ac6d735f1dce558cecea (patch) | |
tree | 68607937624179ac02c18568b640bf8057709bdc /palm/kpilot | |
parent | 5a0f036a7c39d0ca6947a2772406031a226d82eb (diff) | |
download | FreeBSD-ports-683fdb625582d1e04964ac6d735f1dce558cecea.zip FreeBSD-ports-683fdb625582d1e04964ac6d735f1dce558cecea.tar.gz |
kde shared libs are now at version 1. Gosh, no wonder they kept being
reinstalled over and over.
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 d09abdd..25181a5 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) |