From 40614d0b3ca35e2c5b10e307c2c29f92feb73486 Mon Sep 17 00:00:00 2001 From: grant Date: Wed, 17 Sep 2003 19:39:58 +0000 Subject: get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now. --- devel/gnome-objc/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'devel/gnome-objc') diff --git a/devel/gnome-objc/Makefile b/devel/gnome-objc/Makefile index e8a08e2e58e..577d5256a5b 100644 --- a/devel/gnome-objc/Makefile +++ b/devel/gnome-objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:30:50 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/17 19:41:30 grant Exp $ # DISTNAME= gnome-objc-1.0.40 @@ -16,12 +16,14 @@ USE_X11= YES PTHREAD_OPTS+= require GNU_CONFIGURE= YES +USE_PKGLOCALEDIR= YES CONFIGURE_ENV+= OBJC="${CC}" USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +GCC_REQD= 3.0 + .include "../../x11/gnome-libs/buildlink2.mk" .include "../../mk/pthread.buildlink2.mk" - .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3