summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-09-23 08:05:59 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-09-23 08:05:59 +0000
commit9c210477096c1a6b3905a08dd08f67519b3b3c5f (patch)
tree9e925c2069a1058b20ff945963d039cac2f228a1 /irc
parentRemove 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 'irc')
-rw-r--r--irc/kvirc-devel/Makefile4
-rw-r--r--irc/kvirc/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/irc/kvirc/Makefile b/irc/kvirc/Makefile
index 6f9aa5ab66fa..84845ad0d12b 100644
--- a/irc/kvirc/Makefile
+++ b/irc/kvirc/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