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 /mail | |
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 'mail')
-rw-r--r-- | mail/kbiff/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/kbiff/Makefile b/mail/kbiff/Makefile index 1f7f91a..6a262c9 100644 --- a/mail/kbiff/Makefile +++ b/mail/kbiff/Makefile @@ -3,7 +3,7 @@ # Date created: So 14 Jun 1998 13:09:18 CEST # Whom: andreas # -# $Id: Makefile,v 1.2 1998/08/07 23:56:29 asami Exp $ +# $Id: Makefile,v 1.3 1998/08/12 06:29:30 asami Exp $ # DISTNAME= kbiff-0.7.3 @@ -12,8 +12,8 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Hills/2651/ MAINTAINER= andreas@FreeBSD.ORG -LIB_DEPENDS= kdeui\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ - kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs +LIB_DEPENDS= kdeui\\.1\\.:${PORTSDIR}/x11/kdelibs \ + kdecore\\.1\\.:${PORTSDIR}/x11/kdelibs USE_QT= yes FETCH_BEFORE_ARGS=-t |