diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 20:02:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 20:02:18 +0000 |
commit | 802f38e67c8e2405232a4cad26c8685d427a9abf (patch) | |
tree | 17221e49c5665f45fbd8d62dd32d3efbd890271d /math/vista | |
parent | 9e92bb41f01b6413ff9e8a66f26215eb4680839e (diff) | |
download | pkgsrc-802f38e67c8e2405232a4cad26c8685d427a9abf.tar.gz |
Don't include x11.b3.mk directly as this is pure lisp.
Diffstat (limited to 'math/vista')
-rw-r--r-- | math/vista/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/vista/Makefile b/math/vista/Makefile index cb0af6619c6..2f73bad820c 100644 --- a/math/vista/Makefile +++ b/math/vista/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/10/04 21:47:58 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/19 20:02:18 joerg Exp $ # DISTNAME= vista @@ -17,5 +17,4 @@ WRKSRC= ${WRKDIR}/vista-5.0.5 USE_X11BASE= yes USE_TOOLS+= gmake -.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |