diff options
author | mnag <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2006-12-05 21:29:01 +0800 |
commit | d2ae5cbf34e141c395c81da59f5d7f2d344ba265 (patch) | |
tree | 706b379e9c8d05fca20579d2421ef4fd1968a805 /net/honeyd/Makefile | |
parent | 6db75a1abd3c3c7ed90108a4c513b80af4002b35 (diff) | |
download | freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.gz freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.tar.zst freebsd-ports-gnome-d2ae5cbf34e141c395c81da59f5d7f2d344ba265.zip |
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Diffstat (limited to 'net/honeyd/Makefile')
-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 |