diff options
author | petef <petef@FreeBSD.org> | 2001-12-23 18:14:50 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-12-23 18:14:50 +0800 |
commit | d9b4c95825fa9af15620c442d2b8e7218a79bd34 (patch) | |
tree | 0230e1b5f4492afa34d60d6278ff4ef37c32b76b | |
parent | 1bb75db335ef6c0f5388fb42187296249f9c8866 (diff) | |
download | freebsd-ports-gnome-d9b4c95825fa9af15620c442d2b8e7218a79bd34.tar.gz freebsd-ports-gnome-d9b4c95825fa9af15620c442d2b8e7218a79bd34.tar.zst freebsd-ports-gnome-d9b4c95825fa9af15620c442d2b8e7218a79bd34.zip |
- update to 0.2
- remove redundant GNU_CONFIGURE (this is implied by USE_AUTOCONF)
-rw-r--r-- | www/crawl/Makefile | 5 | ||||
-rw-r--r-- | www/crawl/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index 16bd70f31c13..8df88c35b2c7 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -6,19 +6,20 @@ # PORTNAME= crawl -PORTVERSION= 0.1b +PORTVERSION= 0.2 CATEGORIES= www MASTER_SITES= http://www.monkey.org/~provos/ MAINTAINER= petef@FreeBSD.org BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent +LIB_DEPENDS= md5.1:${PORTSDIR}/www/libwww WRKSRC= ${WRKDIR}/${PORTNAME} USE_AUTOCONF= yes -GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libevent=${LOCALBASE} +CONFIGURE_ENV= LIBS="${LDFLAGS} -L${LOCALBASE}/lib -lmd5" MAN1= crawl.1 diff --git a/www/crawl/distinfo b/www/crawl/distinfo index 38a9c45cb8ae..a8af21231737 100644 --- a/www/crawl/distinfo +++ b/www/crawl/distinfo @@ -1 +1 @@ -MD5 (crawl-0.1b.tar.gz) = 3809c8b13fb5d629a799a1972185500a +MD5 (crawl-0.2.tar.gz) = 539f31ecdf38b76d5bc9b17312d7e995 |