diff options
author | adam <adam@pkgsrc.org> | 2005-01-11 14:00:31 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-01-11 14:00:31 +0000 |
commit | b9cb3d37113a7ab72062649b745324a0b0602f03 (patch) | |
tree | 6c711bd7f8758ca5f0ea97c114a4d848e2ccbfd6 /devel/libast/Makefile | |
parent | 6c55385ae3eed5a3fa785ade7e53dbeeee2c83e4 (diff) | |
download | pkgsrc-b9cb3d37113a7ab72062649b745324a0b0602f03.tar.gz |
Changes 0.6.1:
* Bug fixes
Diffstat (limited to 'devel/libast/Makefile')
-rw-r--r-- | devel/libast/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/devel/libast/Makefile b/devel/libast/Makefile index 77bbc1b23a0..84e0762da7e 100644 --- a/devel/libast/Makefile +++ b/devel/libast/Makefile @@ -1,17 +1,16 @@ -# $NetBSD: Makefile,v 1.13 2004/10/15 12:22:13 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/01/11 14:00:31 adam Exp $ -DISTNAME= libast-0.5 -PKGREVISION= 8 -CATEGORIES= devel -MASTER_SITES= http://www.eterm.org/download/ +DISTNAME= libast-0.6.1 +CATEGORIES= devel +MASTER_SITES= http://www.eterm.org/download/ -MAINTAINER= gendalia@NetBSD.org -HOMEPAGE= http://freshmeat.net/projects/libast/?topic_id=809%2C861 -COMMENT= The Library of Assorted Spiffy Things +MAINTAINER= gendalia@NetBSD.org +HOMEPAGE= http://freshmeat.net/projects/libast/?topic_id=809%2C861 +COMMENT= The Library of Assorted Spiffy Things -GNU_CONFIGURE= YES USE_BUILDLINK3= YES USE_LIBTOOL= YES +GNU_CONFIGURE= YES TEST_TARGET= test .include "../../mk/bsd.prefs.mk" |