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 /x11/kworldwatch | |
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 'x11/kworldwatch')
-rw-r--r-- | x11/kworldwatch/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile index 035b189..c4df71a 100644 --- a/x11/kworldwatch/Makefile +++ b/x11/kworldwatch/Makefile @@ -3,7 +3,7 @@ # Date created: 12 July 1998 # Whom: Marc G. Fournier <scrappy@freebsd.org> # -# $Id: Makefile,v 1.3 1998/08/07 23:56:54 asami Exp $ +# $Id: Makefile,v 1.4 1998/08/12 06:29:36 asami Exp $ # DISTNAME= kworldwatch-0.6 @@ -14,9 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= scrappy@freebsd.org -LIB_DEPENDS= kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ - kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \ - kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kfm\\.1\\.:${PORTSDIR}/x11/kdelibs BROKEN= upgrade |