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/xldlas | |
parent | 87993e055fdcca0d2b61250e291a62eff0eb64ff (diff) | |
download | pkgsrc-40359543350f97f6f4ce738f77467358da339880.tar.gz |
Remove USE_X11BASE and X11PREFIX.
Diffstat (limited to 'math/xldlas')
-rw-r--r-- | math/xldlas/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/xldlas/Makefile b/math/xldlas/Makefile index 484c507bf85..296db3b4f7b 100644 --- a/math/xldlas/Makefile +++ b/math/xldlas/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2013/01/26 21:38:12 adam Exp $ +# $NetBSD: Makefile,v 1.39 2015/07/04 16:18:37 joerg Exp $ DISTNAME= xldlas-0.85 PKGREVISION= 9 @@ -11,7 +11,6 @@ HOMEPAGE= # http://sunsite.math.klte.hu/mirrors/xldlas/ COMMENT= XForms-based statistics package WRKSRC= ${WRKDIR}/xldlas -USE_X11BASE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |