diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-23 08:05:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-23 08:05:59 +0000 |
commit | 9c210477096c1a6b3905a08dd08f67519b3b3c5f (patch) | |
tree | 9e925c2069a1058b20ff945963d039cac2f228a1 /net/licq | |
parent | Remove BROKEN, patches/patch-aa. (diff) |
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....)
Notes
Notes:
svn path=/head/; revision=33033
Diffstat (limited to 'net/licq')
-rw-r--r-- | net/licq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |