summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/ORBit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile
index 434a30e8835..3228e8cf703 100644
--- a/net/ORBit/Makefile
+++ b/net/ORBit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2001/01/14 12:19:34 tron Exp $
+# $NetBSD: Makefile,v 1.44 2001/01/19 21:39:34 tron Exp $
#
DISTNAME= ORBit-0.5.6
@@ -26,6 +26,12 @@ CPPFLAGS+= -I${LOCALBASE}/include # libintl.h
INFO_FILES= libIDL.info
+.include "../../mk/bsd.prefs.mk"
+
+.if (${OPSYS} == SunOS)
+DEPENDS+= tcp_wrappers>=7.6:../../security/tcp_wrappers
+.endif
+
pre-configure:
cd ${WRKSRC}/popt && autoconf