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 /mail/kbiff | |
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.
Notes
Notes:
svn path=/head/; revision=12836
Diffstat (limited to 'mail/kbiff')
-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 1f7f91a0bc52..6a262c93a7c5 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 |