diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 02:13:56 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 02:13:56 +0000 |
commit | 6d64f71088ee219ca6458aa8769561ca6d99673b (patch) | |
tree | 64c8daee643cbaa8ec91f0772923ab89ce27b52e /math | |
parent | 540c487313669e2cd5167fbfe1c557c32d2f1b00 (diff) | |
download | pkgsrc-6d64f71088ee219ca6458aa8769561ca6d99673b.tar.gz |
This does not need buildlink2.
Diffstat (limited to 'math')
-rw-r--r-- | math/gp-factint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gp-factint/Makefile b/math/gp-factint/Makefile index adde02e6108..50935ab10a4 100644 --- a/math/gp-factint/Makefile +++ b/math/gp-factint/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:13:56 snj Exp $ # DISTNAME= factint-1.3 @@ -14,7 +14,7 @@ COMMENT= Integer factorization routines for GAP WRKSRC= ${WRKDIR}/factint NO_BUILD= YES -USE_BUILDLINK2= YES +NO_BUILDLINK= YES GAP_PKG_NAME= factint do-install: |