diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-12-05 13:29:01 +0000 |
commit | 654f115b69090156ea0f60623194d19d7b9cfa3b (patch) | |
tree | e5279b7a5a4e4949f2d66b711a51c1de93cf45df /net/honeyd | |
parent | b7408d98fcf5fa9972308456c0097352f23ca710 (diff) | |
download | ports-654f115b69090156ea0f60623194d19d7b9cfa3b.tar.gz ports-654f115b69090156ea0f60623194d19d7b9cfa3b.zip |
Notes
Diffstat (limited to 'net/honeyd')
-rw-r--r-- | net/honeyd/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/honeyd/Makefile b/net/honeyd/Makefile index 0747609dda86..aaa1868aa639 100644 --- a/net/honeyd/Makefile +++ b/net/honeyd/Makefile @@ -7,6 +7,7 @@ PORTNAME= honeyd PORTVERSION= 1.5b +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ http://niels.xtdnet.nl/honeyd/ @@ -14,10 +15,10 @@ MASTER_SITES= http://www.citi.umich.edu/u/provos/honeyd/ \ MAINTAINER= wxs@atarininja.org COMMENT= Simulate virtual network hosts (honeypots) -BUILD_DEPENDS= ${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \ - ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent \ - ${LOCALBASE}/lib/libdnsres.a:${PORTSDIR}/devel/libdnsres \ - ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre +LIB_DEPENDS= event-1.2a:${PORTSDIR}/devel/libevent \ + dnet.1:${PORTSDIR}/net/libdnet \ + dnsres.0:${PORTSDIR}/devel/libdnsres +BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:${PORTSDIR}/devel/pcre USE_LDCONFIG= yes GNU_CONFIGURE= yes |