summaryrefslogtreecommitdiff
path: root/devel/nasm
diff options
context:
space:
mode:
authorgrant <grant>2005-03-05 09:28:14 +0000
committergrant <grant>2005-03-05 09:28:14 +0000
commitd277867542e78e3b133a417a9906b01b26c1f861 (patch)
tree20e8d6f0c223bbbe1704c821584be3c1293da1d4 /devel/nasm
parent81939f6d1232e2b84afb2154630abad3f0264988 (diff)
downloadpkgsrc-d277867542e78e3b133a417a9906b01b26c1f861.tar.gz
be less restrictive about the gcc3 requirement, >=3.0 is fine.
Diffstat (limited to 'devel/nasm')
-rw-r--r--devel/nasm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile
index d4da0ea6fd5..c4d10270edc 100644
--- a/devel/nasm/Makefile
+++ b/devel/nasm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/03/03 16:36:46 drochner Exp $
+# $NetBSD: Makefile,v 1.17 2005/03/05 09:28:14 grant Exp $
DISTNAME= nasm-0.98.39
CATEGORIES= devel lang
@@ -13,7 +13,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
-GCC_REQD= 3.3
+GCC_REQD+= 3.0
USE_MAKEINFO= yes
USE_PERL5= build
GNU_CONFIGURE= yes