From ffc709f03e2dca0019338f7e4adf6917e19dbf95 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 23 Sep 2000 08:05:59 +0000 Subject: You don't want to depend on qt21 -- it's dead. Change them to USE_QT2. (Of course, they shouldn't have been writing "qt21" explicitly in the first place....) --- net/licq-devel/Makefile | 2 +- net/licq/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'net') diff --git a/net/licq-devel/Makefile b/net/licq-devel/Makefile index 4a3fe53beecd..c18f7a4c86df 100644 --- a/net/licq-devel/Makefile +++ b/net/licq-devel/Makefile @@ -18,9 +18,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= green@FreeBSD.org -LIB_DEPENDS= qt2.3:${PORTSDIR}/x11-toolkits/qt21 BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake +USE_QT2= yes USE_GMAKE= yes USE_AUTOCONF= yes USE_NEWGCC= yes diff --git a/net/licq/Makefile b/net/licq/Makefile index 4a3fe53beecd..c18f7a4c86df 100644 --- a/net/licq/Makefile +++ b/net/licq/Makefile @@ -18,9 +18,9 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES} MAINTAINER= green@FreeBSD.org -LIB_DEPENDS= qt2.3:${PORTSDIR}/x11-toolkits/qt21 BUILD_DEPENDS= aclocal:${PORTSDIR}/devel/automake +USE_QT2= yes USE_GMAKE= yes USE_AUTOCONF= yes USE_NEWGCC= yes -- cgit