diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/libstash/Makefile | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/libstash/Makefile')
-rw-r--r-- | devel/libstash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libstash/Makefile b/devel/libstash/Makefile index 03563104087..374c1141310 100644 --- a/devel/libstash/Makefile +++ b/devel/libstash/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/03/30 14:10:42 rh Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 14:38:39 wiz Exp $ # DISTNAME= libstash_s19990912a @@ -8,6 +8,7 @@ MASTER_SITES= http://www.canonware.com/sqrl/download/snapshots/199909/ MAINTAINER= rh@netbsd.org HOMEPAGE= http://www.sqrl.org/sqrl/ +COMMENT= collection of programming support routines and useful algorithms GNU_CONFIGURE= YES CONFIGURE_ARGS= --without-pthreads --disable-shared |