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 /net/licq | |
parent | Rename category from x11 to x11-toolkits. (diff) |
Fix up dependencies for ports that moved into the x11-toolkits category.
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/licq/Makefile b/net/licq/Makefile index 1b9304bdf508..835d7f0c014c 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -3,7 +3,7 @@ # Date created: 2 July 1998 # Whom: Brian Feldman # -# $Id: Makefile,v 1.1.1.1 1998/07/02 03:22:36 eivind Exp $ +# $Id: Makefile,v 1.1.1.1 1998/07/09 16:01:50 eivind Exp $ # DISTNAME= licq-0.32-a @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= brianfeldman@hotmail.com -LIB_DEPENDS= qt\\.1\\.33:${PORTSDIR}/x11/qt133 +LIB_DEPENDS= qt\\.1\\.33:${PORTSDIR}/x11-toolkits/qt133 WRKSRC= ${WRKDIR}/${DISTNAME} |