diff options
author | taoka <taoka@FreeBSD.org> | 1999-05-08 01:42:40 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-05-08 01:42:40 +0000 |
commit | 1d69328a6248c8ecf3c4ba1ebbac4620a0662406 (patch) | |
tree | 46ec989c2c976a61de9924a8119eac7b29032a06 /net/gicq/Makefile | |
parent | 5c4d9a8ebebbbf0d107b4d37b6493f52795e8fb8 (diff) | |
download | FreeBSD-ports-1d69328a6248c8ecf3c4ba1ebbac4620a0662406.zip FreeBSD-ports-1d69328a6248c8ecf3c4ba1ebbac4620a0662406.tar.gz |
Fixed ${LIB_DEPENDS} from devel/libicq to net/libicq
Diffstat (limited to 'net/gicq/Makefile')
-rw-r--r-- | net/gicq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gicq/Makefile b/net/gicq/Makefile index 00a78ff..e299ef7 100644 --- a/net/gicq/Makefile +++ b/net/gicq/Makefile @@ -3,7 +3,7 @@ # Date Created: 31 Oct 1998 # Whom: Seiichirou Hiraoka # -# $Id: Makefile,v 1.5 1999/03/15 19:59:23 nectar Exp $ +# $Id: Makefile,v 1.6 1999/04/06 12:02:41 flathill Exp $ # DISTNAME= gicq-0.33 @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.korsoft.com/pub/gicq/ \ MAINTAINER= flathill@FreeBSD.ORG LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \ - icq.0:${PORTSDIR}/devel/libicq + icq.0:${PORTSDIR}/net/libicq USE_X_PREFIX= yes GNU_CONFIGURE= yes |