diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/crawl | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'www/crawl')
-rw-r--r-- | www/crawl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/crawl/Makefile b/www/crawl/Makefile index d66212b2834b..bee8adaefaea 100644 --- a/www/crawl/Makefile +++ b/www/crawl/Makefile @@ -12,7 +12,7 @@ COMMENT= Small, efficient web crawler with advanced features LICENSE= BSD4CLAUSE -LIB_DEPENDS= libevent.so:${PORTSDIR}/devel/libevent2 +LIB_DEPENDS= libevent.so:devel/libevent2 USES= pkgconfig |