diff options
author | asami <asami@FreeBSD.org> | 2000-09-23 16:05:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-23 16:05:59 +0800 |
commit | ffc709f03e2dca0019338f7e4adf6917e19dbf95 (patch) | |
tree | 7ca562648f00e07a875ef34b119028b5dc60078e /net-im | |
parent | 823511c09171582f322fa96af8fd6ad6e1de3eca (diff) | |
download | freebsd-ports-gnome-ffc709f03e2dca0019338f7e4adf6917e19dbf95.tar.gz freebsd-ports-gnome-ffc709f03e2dca0019338f7e4adf6917e19dbf95.tar.zst freebsd-ports-gnome-ffc709f03e2dca0019338f7e4adf6917e19dbf95.zip |
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....)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 4a3fe53beecd..c18f7a4c86df 100644 --- a/net-im/licq/Makefile +++ b/net-im/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 |