diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-09-30 17:48:51 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-09-30 17:48:51 +0000 |
commit | 45e7ac9bcdc5ca4393404e0ba61f1698731cf539 (patch) | |
tree | 175ebff25957f7a4e40b0b8230cd233f09e8626a /chat/gabber/Makefile | |
parent | a6df86ab6ff46bfd1df0b478abb33478c7df61c2 (diff) | |
download | pkgsrc-45e7ac9bcdc5ca4393404e0ba61f1698731cf539.tar.gz |
Set GCC_REQD to 2.95.3 instead of setting USE_PKGSRC_GCC. Pointed out by
Greg Troxel in private mail.
Diffstat (limited to 'chat/gabber/Makefile')
-rw-r--r-- | chat/gabber/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile index f40de3cd8b9..7db9198ccb9 100644 --- a/chat/gabber/Makefile +++ b/chat/gabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/09/17 19:40:04 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/30 17:48:51 jmmv Exp $ DISTNAME= gabber-0.8.8 PKGREVISION= 1 @@ -16,7 +16,7 @@ USE_X11BASE= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool -USE_PKGSRC_GCC= # defined +GCC_REQD= 2.95.3 GNU_CONFIGURE= YES CONFIGURE_ARGS+= --disable-xmms --disable-sigctest |