diff options
author | asami <asami@FreeBSD.org> | 2000-09-23 08:05:59 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-23 08:05:59 +0000 |
commit | ffc709f03e2dca0019338f7e4adf6917e19dbf95 (patch) | |
tree | 7ca562648f00e07a875ef34b119028b5dc60078e /irc | |
parent | 823511c09171582f322fa96af8fd6ad6e1de3eca (diff) | |
download | FreeBSD-ports-ffc709f03e2dca0019338f7e4adf6917e19dbf95.zip FreeBSD-ports-ffc709f03e2dca0019338f7e4adf6917e19dbf95.tar.gz |
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')
-rw-r--r-- | irc/kvirc-devel/Makefile | 4 | ||||
-rw-r--r-- | irc/kvirc/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/irc/kvirc-devel/Makefile b/irc/kvirc-devel/Makefile index 6f9aa5a..84845ad 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 6f9aa5a..84845ad 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 |