diff options
author | maya <maya@pkgsrc.org> | 2017-08-11 22:17:34 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2017-08-11 22:17:34 +0000 |
commit | 5626816faf35440ff9fc3c2250e1b7a18704dbd7 (patch) | |
tree | c13a63d748f78a79d7a11007a6de23dc75eb8676 /devel/nasm/Makefile | |
parent | 18472436f0998c090b044df238ca3111eab32a22 (diff) | |
download | pkgsrc-5626816faf35440ff9fc3c2250e1b7a18704dbd7.tar.gz |
rototill^W omit low GCC_REQD
Diffstat (limited to 'devel/nasm/Makefile')
-rw-r--r-- | devel/nasm/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/nasm/Makefile b/devel/nasm/Makefile index 349ffb83e73..006d4e371aa 100644 --- a/devel/nasm/Makefile +++ b/devel/nasm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2017/05/18 21:44:42 adam Exp $ +# $NetBSD: Makefile,v 1.55 2017/08/11 22:17:34 maya Exp $ DISTNAME= nasm-2.13.01 CATEGORIES= devel lang @@ -13,7 +13,6 @@ LICENSE= 2-clause-bsd #AUTO_MKDIRS= yes USE_TOOLS+= gmake makeinfo perl -GCC_REQD+= 3.0 GNU_CONFIGURE= yes BUILD_TARGET= everything |