diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-07 23:56:56 +0000 |
commit | 5264cbceb577ae0481e496f827ae4d0e18712945 (patch) | |
tree | 03d79514a3868d93e8dc51510d0a33f4b098dd70 /mail/kbiff | |
parent | Rename category from x11 to x11-toolkits. (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes:
svn path=/head/; revision=12335
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 b98696981ade..a967473088d4 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.6 1998/04/29 17:53:11 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1998/06/14 17:32:11 andreas Exp $ # DISTNAME= kbiff-0.7.3 @@ -12,8 +12,8 @@ MASTER_SITES= http://www.geocities.com/SiliconValley/Hills/2651/ MAINTAINER= andreas@FreeBSD.ORG -BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt -LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \ +BUILD_DEPENDS= moc:${PORTSDIR}/x11-toolkits/qt +LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11-toolkits/qt \ kdeui\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \ kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs |