diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 02:14:27 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 02:14:27 +0000 |
commit | b69fc79ca23d99e27d1bddb9dffbc34f32a7e2cc (patch) | |
tree | 8b7ae558adea3f8a81fb151a1f40ec775090be47 /math | |
parent | 13fd073f79c20584f83c12509290a344bc9459be (diff) | |
download | pkgsrc-b69fc79ca23d99e27d1bddb9dffbc34f32a7e2cc.tar.gz |
This does not need buildlink2.
Diffstat (limited to 'math')
-rw-r--r-- | math/gp-grpconst/Makefile | 4 | ||||
-rw-r--r-- | math/gp-lag/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/math/gp-grpconst/Makefile b/math/gp-grpconst/Makefile index 66f13fbb394..facc5feaef4 100644 --- a/math/gp-grpconst/Makefile +++ b/math/gp-grpconst/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:20:04 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/25 02:14:27 snj Exp $ # DISTNAME= grpconst @@ -14,7 +14,7 @@ COMMENT= GAP package for finding isomorphism classes of finite groups WRKSRC= ${WRKDIR}/grpconst NO_BUILD= YES -USE_BUILDLINK2= YES +NO_BUILDLINK= YES GAP_PKG_NAME= grpconst post-extract: diff --git a/math/gp-lag/Makefile b/math/gp-lag/Makefile index 2f00768ad61..c2a6821adcd 100644 --- a/math/gp-lag/Makefile +++ b/math/gp-lag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/25 02:14:48 snj Exp $ # DISTNAME= lag-2.1 @@ -14,7 +14,7 @@ COMMENT= GAP Bracket Lie Algebra functions WRKSRC= ${WRKDIR}/lag NO_BUILD= YES -USE_BUILDLINK2= YES +NO_BUILDLINK= YES GAP_PKG_NAME= lag do-install: |