diff options
author | abs <abs@pkgsrc.org> | 2002-12-05 10:57:46 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2002-12-05 10:57:46 +0000 |
commit | ce281bb5b98cace02eb7547e3711a774b2466863 (patch) | |
tree | 4d1452f0527f204ce90760b80f44911f981e1b97 /math/xlife/Makefile | |
parent | ffe3a39483e6338325dfe69c96f4a1ba34a957d9 (diff) | |
download | pkgsrc-ce281bb5b98cace02eb7547e3711a774b2466863.tar.gz |
Update xlife to 5.0nb1:
Set -DLIFEDIR in EXTRA_DEFINES not CCOPTIONS, to permit optmisation
flags to be passed in CCOPTIONS.
Diffstat (limited to 'math/xlife/Makefile')
-rw-r--r-- | math/xlife/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/xlife/Makefile b/math/xlife/Makefile index 6f460a1600e..9d248898016 100644 --- a/math/xlife/Makefile +++ b/math/xlife/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/12/31 21:32:56 fredb Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/05 10:57:46 abs Exp $ # DISTNAME= xlife-5.0 +PKGNAME= ${DISTNAME}nb1 CATEGORIES= math games MASTER_SITES= http://www.tuxedo.org/~esr/ |