diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 20:52:18 +0000 |
commit | 5946936ffcde6674d4e6801abd4a757acd269dd5 (patch) | |
tree | 49fa5aa9585554801243dca9aced094d40285ba0 /math/xlispstat | |
parent | 2c69e8a8941ca93a1afedde417f2dbaafd801bd6 (diff) | |
download | pkgsrc-5946936ffcde6674d4e6801abd4a757acd269dd5.tar.gz |
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'math/xlispstat')
-rw-r--r-- | math/xlispstat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 13d98990a92..9755cfdbdfe 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2005/06/01 18:03:04 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:24 rillig Exp $ DISTNAME= xlispstat-3-52-18 PKGNAME= xlispstat-3.52.18 @@ -10,8 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.stat.umn.edu/~luke/xls/xlsinfo/xlsinfo.html COMMENT= Statistics/X11-based LISP interpreter -GNU_CONFIGURE= # defined -USE_X11BASE= # defined +GNU_CONFIGURE= yes +USE_X11BASE= yes NOT_FOR_PLATFORM= *-*-alpha # core dumps |