diff options
author | snj <snj@pkgsrc.org> | 2004-05-01 18:31:36 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-01 18:31:36 +0000 |
commit | 9126659fadf6aaa8559fb37f72b850f86621ec6f (patch) | |
tree | 35a58a925c504659950ca4321adc393d42afe997 /x11/qt3 | |
parent | 400737c8bbdd98e1ed7eac5812b3c60681646df9 (diff) | |
download | pkgsrc-9126659fadf6aaa8559fb37f72b850f86621ec6f.tar.gz |
This does not need buildlink2.
Diffstat (limited to 'x11/qt3')
-rw-r--r-- | x11/qt3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index 2663cc571fc..c36ead81c58 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2004/04/16 14:30:44 recht Exp $ +# $NetBSD: Makefile,v 1.25 2004/05/01 18:31:36 snj Exp $ DISTNAME= qt3-${QTVERSION} CATEGORIES= x11 @@ -13,7 +13,7 @@ DEPENDS+= qt3-libs-${QTVERSION}:../../x11/qt3-libs DEPENDS+= qt3-tools-${QTVERSION}:../../x11/qt3-tools DEPENDS+= qt3-docs-${QTVERSION}:../../x11/qt3-docs -USE_BUILDLINK2= yes +NO_BUILDLINK= yes USE_X11= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes |