summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2001-01-19 21:39:34 +0000
committertron <tron>2001-01-19 21:39:34 +0000
commit51e93fea6ff94565093d95154a4b0a5723cf606f (patch)
treeda6912ab4335fc23c0e57ad00523032a85e43d99
parent01b7e1bccab3bdfdff2ea61b4ff2d75643533fd9 (diff)
downloadpkgsrc-51e93fea6ff94565093d95154a4b0a5723cf606f.tar.gz
Add dependence on "tcp_wrappers" under Solaris to get "libwrap".
-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