diff options
author | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-07-04 16:18:28 +0000 |
commit | 40359543350f97f6f4ce738f77467358da339880 (patch) | |
tree | d8a48c8d2848b617581f63aeec6454f4736400cd /math/vista | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
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" |