- add missing build dependencies

This commit is contained in:
jasper 2010-11-03 16:18:43 +00:00
parent f55cd6b427
commit 959af98c55
4 changed files with 12 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/13 21:08:00 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/03 16:18:43 jasper Exp $
COMMENT= libnetdude plugin for tcp connection tracking
@ -13,7 +13,8 @@ MAINTAINER= Rui Reis <rui@openbsd.org>
RUN_DEPENDS= ::net/libnetdude/libnetdude
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/libtool,-ltdl
# BSD
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/13 21:08:00 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/03 16:18:43 jasper Exp $
COMMENT= libnetdude plugin for separating traces into multiple files
@ -14,7 +14,8 @@ MAINTAINER= Rui Reis <rui@openbsd.org>
RUN_DEPENDS= ::net/libnetdude/plugins/conntrack \
::net/libnetdude/plugins/traceset
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/libtool,-ltdl
# BSD
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/13 21:08:00 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/03 16:18:43 jasper Exp $
COMMENT= netdude plugin providing an API for trace sets
@ -13,7 +13,8 @@ MAINTAINER= Rui Reis <rui@openbsd.org>
RUN_DEPENDS= ::net/libnetdude/libnetdude
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/libtool,-ltdl
# BSD
PERMIT_PACKAGE_CDROM= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.6 2010/07/13 21:08:00 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2010/11/03 16:18:43 jasper Exp $
COMMENT= netdude plugin for traffic analysis
@ -14,7 +14,8 @@ MAINTAINER= Rui Reis <rui@openbsd.org>
RUN_DEPENDS= ::net/libnetdude/plugins/conntrack \
::net/libnetdude/plugins/traceset
BUILD_DEPENDS= ${RUN_DEPENDS}
BUILD_DEPENDS= ${RUN_DEPENDS} \
::devel/libtool,-ltdl
# BSD
PERMIT_PACKAGE_CDROM= Yes