diff options
author | tv <tv@pkgsrc.org> | 2005-09-16 14:46:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-09-16 14:46:42 +0000 |
commit | 7f00eaada918d341e8d3350265651598af8c57c9 (patch) | |
tree | 7b8643591dcfdd1d154a49e4ece5ab3d341b33cc /www/crawl | |
parent | fe7a07740720a1d3916029f47aa0af6aa37980e4 (diff) | |
download | pkgsrc-7f00eaada918d341e8d3350265651598af8c57c9.tar.gz |
"Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is
no longer correct since update to libevent 1.x; it now uses libtool and
generates a shlib.
Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since
the binary pkg changes for any OS that doesn't have a sufficient builtin
libevent version (or the package has requested a non-builtin version).
Diffstat (limited to 'www/crawl')
-rw-r--r-- | www/crawl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 382d7c6c3d1..36db298aa92 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:52 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/09/16 14:46:43 tv Exp $ DISTNAME= crawl-0.4 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://monkey.org/~provos/ |