diff options
author | seb <seb> | 2003-08-02 21:43:24 +0000 |
---|---|---|
committer | seb <seb> | 2003-08-02 21:43:24 +0000 |
commit | 3e4dc1fd071f954bdadaedd023678b9a003ca848 (patch) | |
tree | 23c9d2d1e366a654ba1de7bc7bd86a435388283f /math | |
parent | 248bc100a0fd295ed5ee47a45e201ce61af447f3 (diff) | |
download | pkgsrc-3e4dc1fd071f954bdadaedd023678b9a003ca848.tar.gz |
Use buildlink2 (for X11 benefit).
Diffstat (limited to 'math')
-rw-r--r-- | math/yorick/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/yorick/Makefile b/math/yorick/Makefile index 59b341b4e9d..7c4eecd1f8f 100644 --- a/math/yorick/Makefile +++ b/math/yorick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/04/29 22:41:44 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2003/08/02 21:43:24 seb Exp $ DISTNAME= yorick-1.5.12 CATEGORIES= math @@ -11,6 +11,7 @@ COMMENT= Numerical algebra system (similar to Matlab) WRKSRC= ${WRKDIR}/yorick-1.5 +USE_BUILDLINK2= yes USE_X11= yes INFO_FILES= yorick.info |