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 | 24d53f75d3bed77cec793c49107c31db659fb9a5 (diff) | |
download | ports-5264cbceb577ae0481e496f827ae4d0e18712945.tar.gz ports-5264cbceb577ae0481e496f827ae4d0e18712945.zip |
Fix up dependencies for ports that moved into the x11-toolkits category.
Notes
Notes:
svn path=/head/; revision=12335
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} |