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 /irc/kvirc-devel | |
| parent | 4e29101aadb3a4d1e95f02e6b703aa15091b0be9 (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....)
Diffstat (limited to 'irc/kvirc-devel')
| -rw-r--r-- | irc/kvirc-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index 6f9aa5ab66fa..84845ad0d12b 100644 --- a/irc/kvirc-devel/Makefile +++ b/irc/kvirc-devel/Makefile @@ -14,9 +14,9 @@ MASTER_SITES= http://www.kvirc.org/ \ MAINTAINER= will@FreeBSD.org -BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext \ - qt2.3:${PORTSDIR}/x11-toolkits/qt21 +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext +USE_QT2= yes USE_NEWGCC= yes USE_X_PREFIX= yes USE_GMAKE= yes |
