From 996bea4a7fff651dfc5e72ee799f372c6522f6ba Mon Sep 17 00:00:00 2001 From: espie Date: Sun, 8 Jul 2001 10:53:21 +0000 Subject: [PATCH] Fixed dep on qt. Noticed by Alex Farber. --- net/licq/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/licq/Makefile b/net/licq/Makefile index 52c4fca5073..f6e5df8e2e6 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2001/06/09 19:55:11 espie Exp $ +# $OpenBSD: Makefile,v 1.19 2001/07/08 10:53:21 espie Exp $ COMMENT= "ICQ clone for UNIX" @@ -14,7 +14,7 @@ PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes -LIB_DEPENDS= qt::x11/qt +LIB_DEPENDS= qt.1.::x11/qt USE_GMAKE= Yes CONFIGURE_STYLE=gnu dest