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 /x11 | |
parent | kdecore and kdeui shared libraries are now at version 1.X. (diff) |
kde shared libs are now at version 1. Gosh, no wonder they kept being
reinstalled over and over.
Diffstat (limited to 'x11')
-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 035b189cf8b6..c4df71a922f6 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 |