diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 22:37:10 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 22:37:10 +0000 |
commit | 92017c691a00702656535b45176ed028d02337d7 (patch) | |
tree | 8d57d07e701f115acb863782cd986657f39b30c4 /x11 | |
parent | fbfe7b33d55b1a92f51cd9eb17b4e5f86afa4197 (diff) | |
download | pkgsrc-92017c691a00702656535b45176ed028d02337d7.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++ |