diff options
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 dbe91345a15..759a1682fae 100644 --- a/math/vista/Makefile +++ b/math/vista/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/09/11 23:04:35 asau Exp $ +# $NetBSD: Makefile,v 1.20 2015/07/04 16:18:37 joerg Exp $ # DISTNAME= vista @@ -16,7 +16,6 @@ DEPENDS+= xlispstat>=3.52.9:../../math/xlispstat MAKE_JOBS_SAFE= no WRKSRC= ${WRKDIR}/vista-5.0.5 -USE_X11BASE= yes USE_TOOLS+= gmake .include "../../mk/bsd.pkg.mk" |