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/mongrel2 | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Notes
Diffstat (limited to 'www/mongrel2')
-rw-r--r-- | www/mongrel2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mongrel2/Makefile b/www/mongrel2/Makefile index 0b35a2bbc4b7..364637638492 100644 --- a/www/mongrel2/Makefile +++ b/www/mongrel2/Makefile @@ -17,8 +17,8 @@ BROKEN_armv6= does not build BROKEN_mips= does not build (tests segfault) BROKEN_mips64= does not build (tests segfault) -LIB_DEPENDS= libzmq.so:${PORTSDIR}/net/libzmq2 \ - libsqlite3.so:${PORTSDIR}/databases/sqlite3 +LIB_DEPENDS= libzmq.so:net/libzmq2 \ + libsqlite3.so:databases/sqlite3 USES= gmake tar:bzip2 MAKE_FLAGS= freebsd |