diff options
author | grant <grant@pkgsrc.org> | 2003-09-18 13:24:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-09-18 13:24:05 +0000 |
commit | 88d8a9ba84c4193ec0f32a54d38f8b337c90021b (patch) | |
tree | 36ccf91154140c1ebc5f6279d9a0c75d4336ea25 | |
parent | 9120fb435cf14782a16d4a0ac94819b8e95fc1d8 (diff) | |
download | pkgsrc-88d8a9ba84c4193ec0f32a54d38f8b337c90021b.tar.gz |
require gcc 2.95.3 so this can be built on NetBSD 1.5.x.
closes PR pkg/19189 from hclsmith@yahoo.ca.
-rw-r--r-- | x11/qt3-libs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/qt3-libs/Makefile b/x11/qt3-libs/Makefile index b6683c47784..2ec70acb67f 100644 --- a/x11/qt3-libs/Makefile +++ b/x11/qt3-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2003/08/01 15:31:08 drochner Exp $ +# $NetBSD: Makefile,v 1.19 2003/09/18 13:24:05 grant Exp $ # LIBQT= ${WRKSRC}/lib/libqt-mt.la @@ -10,6 +10,7 @@ PKGREVISION= 2 COMMENT= C++ X GUI toolkit USE_BUILDLINK2= yes +GCC_REQD= 2.95.3 ALL_TARGET= sub-plugins |