diff options
author | snj <snj@pkgsrc.org> | 2004-04-24 03:59:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-24 03:59:20 +0000 |
commit | ece6f1a5443e9ef34c7398326dbf7a8b1d1dd95c (patch) | |
tree | b87f85b9eef6d1f501b55657050083fd465a5f47 /math/statist | |
parent | df411085d254629406c0b4caf2c866bd5d87d975 (diff) | |
download | pkgsrc-ece6f1a5443e9ef34c7398326dbf7a8b1d1dd95c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'math/statist')
-rw-r--r-- | math/statist/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/statist/Makefile b/math/statist/Makefile index 980200dc1e5..cf5f6cfd473 100644 --- a/math/statist/Makefile +++ b/math/statist/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/01/20 12:20:05 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/24 04:20:12 snj Exp $ # DISTNAME= statist-1.0.1 @@ -12,7 +12,7 @@ COMMENT= Small and portable statistics program DEPENDS+= gnuplot-[0-9]*:../../graphics/gnuplot WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_LIBTOOL= YES do-install: |