diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/qt3-docs/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-libs/Makefile.common | 3 | ||||
-rw-r--r-- | x11/qt3-mysql/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-psql/Makefile | 3 | ||||
-rw-r--r-- | x11/qt3-tools/Makefile | 3 |
6 files changed, 7 insertions, 11 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 diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index 7b6cdf4d419..6749e7dacf2 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/10/13 15:43:43 tv Exp $ +# $NetBSD: Makefile,v 1.30 2004/10/28 10:32:23 gavan Exp $ # LIBQT= ${WRKSRC}/lib/libqt-mt.la @@ -9,7 +9,6 @@ PKGNAME= qt3-libs-${QTVERSION} PKGREVISION= 5 COMMENT= C++ X GUI toolkit -USE_BUILDLINK3= yes GCC_REQD+= 2.95.3 ALL_TARGET= sub-plugins diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common index 3292fdb39a2..36ee91dfec0 100644 --- a/x11/qt3-libs/Makefile.common +++ b/x11/qt3-libs/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.38 2004/10/19 13:27:48 markd Exp $ +# $NetBSD: Makefile.common,v 1.39 2004/10/28 10:32:23 gavan Exp $ # DISTNAME= qt-x11-free-${QTVERSION} CATEGORIES= x11 @@ -17,6 +17,7 @@ USE_X11= yes USE_GNU_TOOLS+= make USE_LANGUAGES= c c++ USE_LIBTOOL= yes +USE_BUILDLINK3= yes USE_GNU_TOOLS+= awk diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index 92f1d9e6fed..5236092af23 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:38 tv Exp $ +# $NetBSD: Makefile,v 1.10 2004/10/28 10:32:23 gavan Exp $ # .include "../qt3-libs/Makefile.common" @@ -12,7 +12,6 @@ CONFIGURE_ARGS+= -I${QTDIR}/include \ -I${BUILDLINK_PREFIX.mysql-client}/include/mysql \ -L${BUILDLINK_PREFIX.mysql-client}/lib/mysql -USE_BUILDLINK3= yes BUILD_QT3= yes do-build: diff --git a/x11/qt3-psql/Makefile b/x11/qt3-psql/Makefile index a818cd7e975..5ee1757c4bc 100644 --- a/x11/qt3-psql/Makefile +++ b/x11/qt3-psql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:18:38 tv Exp $ +# $NetBSD: Makefile,v 1.17 2004/10/28 10:32:23 gavan Exp $ # .include "../qt3-libs/Makefile.common" @@ -11,7 +11,6 @@ CONFIGURE_ARGS+= -I${QTDIR}/include \ -I${PGSQL_PREFIX}/include/postgresql/server \ -L${QTDIR}/lib -USE_BUILDLINK3= yes BUILD_QT3= yes PGSQL_VERSION_REQD= 73 diff --git a/x11/qt3-tools/Makefile b/x11/qt3-tools/Makefile index 47a6b8c6ab5..ecfab352d35 100644 --- a/x11/qt3-tools/Makefile +++ b/x11/qt3-tools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/10/19 13:27:48 markd Exp $ +# $NetBSD: Makefile,v 1.30 2004/10/28 10:32:23 gavan Exp $ # .include "../qt3-libs/Makefile.common" @@ -10,7 +10,6 @@ COMMENT= QT GUI (WYSIWYG) builder and other tools CONFIGURE_ARGS+= -I${QTDIR}/include \ -L${QTDIR}/lib -USE_BUILDLINK3= yes BUILD_QT3= yes UNLIMIT_RESOURCES= datasize ALL_TARGET= sub-tools |