diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-02 07:28:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-02 07:28:17 +0000 |
commit | 093c2ec34bf21ca882cd04812db93b6e1d8f6efc (patch) | |
tree | 1d64a051ecfc0e5f184c5d2ccbae030eb196f6d4 /x11 | |
parent | f83f0a6091177c74fd5b309ca8c145515cbdeb99 (diff) | |
download | pkgsrc-093c2ec34bf21ca882cd04812db93b6e1d8f6efc.tar.gz |
Trivially use buildlink2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3/Makefile b/x11/qt3/Makefile index db7c167a38b..43160b62e63 100644 --- a/x11/qt3/Makefile +++ b/x11/qt3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/08/29 10:00:52 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/10/02 07:28:17 jlam Exp $ # DISTNAME= qt3-${QTVERSION} @@ -14,6 +14,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 USE_X11BASE= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes |