summaryrefslogtreecommitdiff
path: root/devel/gnome-objc
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-09-17 19:39:58 +0000
committergrant <grant@pkgsrc.org>2003-09-17 19:39:58 +0000
commit40614d0b3ca35e2c5b10e307c2c29f92feb73486 (patch)
tree0fac5bcd059b9978cb00a239158f9a96c183b38c /devel/gnome-objc
parent1d2b1c74f08592097c443978439fe9248a24ab83 (diff)
downloadpkgsrc-40614d0b3ca35e2c5b10e307c2c29f92feb73486.tar.gz
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.
Diffstat (limited to 'devel/gnome-objc')
-rw-r--r--devel/gnome-objc/Makefile6
1 files changed, 4 insertions, 2 deletions
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"