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 | 7409e4bfbfe34fff3c380a04d1493c44fdeadaed (patch) | |
tree | b87f85b9eef6d1f501b55657050083fd465a5f47 /math/statist | |
parent | c9396ad055e59dd9410d913de7bb840005934776 (diff) | |
download | pkgsrc-7409e4bfbfe34fff3c380a04d1493c44fdeadaed.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: |