diff options
author | snj <snj> | 2004-04-24 22:37:10 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-24 22:37:10 +0000 |
commit | 2d27692b2ed99f5bcd265871156525db5469fc1d (patch) | |
tree | 8d57d07e701f115acb863782cd986657f39b30c4 /x11 | |
parent | 23a3e1d33c97dc2fba9bd6fe8f4b89ce2eba3b8f (diff) | |
download | pkgsrc-2d27692b2ed99f5bcd265871156525db5469fc1d.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt1/Makefile b/x11/qt1/Makefile index bd817bc8584..3e71fe8ac6a 100644 --- a/x11/qt1/Makefile +++ b/x11/qt1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/03/22 15:06:52 bouyer Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/24 22:38:22 snj Exp $ # DISTNAME= qt-1.44 @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.troll.no/products/qt.html COMMENT= C++ X GUI toolkit -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_X11BASE= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ |