diff options
author | gavan <gavan> | 2004-10-28 10:32:23 +0000 |
---|---|---|
committer | gavan <gavan> | 2004-10-28 10:32:23 +0000 |
commit | e5ea6ef5bbee348db5270db6ea9d8301c9034799 (patch) | |
tree | 2dedfd3fbd7821379e002558adca68d068f5bdaa /x11/qt3-docs/Makefile | |
parent | 7b76c96a81742bf6603a4c41d3f8c29a63bd2160 (diff) | |
download | pkgsrc-e5ea6ef5bbee348db5270db6ea9d8301c9034799.tar.gz |
Move USE_BUILDLINK3 into Makefile.common.
This change ensures that USE_BUILDLINK3 is defined before compiler.mk is
included.
Diffstat (limited to 'x11/qt3-docs/Makefile')
-rw-r--r-- | x11/qt3-docs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/qt3-docs/Makefile b/x11/qt3-docs/Makefile index 66263aeb356..bf1e9721877 100644 --- a/x11/qt3-docs/Makefile +++ b/x11/qt3-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:38 tv Exp $ +# $NetBSD: Makefile,v 1.16 2004/10/28 10:32:23 gavan Exp $ # .include "../qt3-libs/Makefile.common" @@ -7,7 +7,6 @@ PKGNAME= qt3-docs-${QTVERSION} PKGREVISION= 1 COMMENT= Documentation for the QT C++ X GUI toolkit -USE_BUILDLINK3= yes BUILD_QT3= yes NO_CONFIGURE= yes |