summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/libnids/Makefile4
-rw-r--r--security/dsniff/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/net/libnids/Makefile b/net/libnids/Makefile
index f70db134fcd..2159e6c86ea 100644
--- a/net/libnids/Makefile
+++ b/net/libnids/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/08/11 08:12:06 itojun Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/14 12:04:57 itojun Exp $
# $FreeBSD: ports/net/libnids/Makefile,v 1.5 2000/04/24 07:42:58 kris Exp $
#
@@ -9,7 +9,7 @@ MASTER_SITES= http://www.packetfactory.net/Projects/Libnids/dist/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.packetfactory.net/Projects/Libnids/
-DEPENDS= libnet-*:../../net/libnet
+DEPENDS= libnet-*:../../devel/libnet
GNU_CONFIGURE= yes
diff --git a/security/dsniff/Makefile b/security/dsniff/Makefile
index 9a069ee34ca..4fa602d1dfd 100644
--- a/security/dsniff/Makefile
+++ b/security/dsniff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/08/11 08:54:36 itojun Exp $
+# $NetBSD: Makefile,v 1.5 2000/08/14 12:04:56 itojun Exp $
# $OpenBSD: Makefile,v 1.13 2000/06/19 18:38:55 dugsong Exp $
DISTNAME= dsniff-2.2
@@ -11,7 +11,7 @@ HOMEPAGE= http://www.monkey.org/~dugsong/dsniff/
# These libraries are static, thus they aren't necessary at run-time,
# only at compile-time.
#
-BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:../../net/libnet
+BUILD_DEPENDS+= ${LOCALBASE}/lib/libnet.a:../../devel/libnet
BUILD_DEPENDS+= ${LOCALBASE}/lib/libnids.a:../../net/libnids
GNU_CONFIGURE= yes