summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2003-09-14 11:58:43 +0000
committertron <tron@pkgsrc.org>2003-09-14 11:58:43 +0000
commit0c330b09b1e1ea003993b75633cc3cb899d66662 (patch)
tree1b51f05c94dddd0df3ee15918057e5a3af79cdaf /net
parent0f2cfed39515643660e8e37976bbaccf4b7b1721 (diff)
downloadpkgsrc-0c330b09b1e1ea003993b75633cc3cb899d66662.tar.gz
Mark this package as operating system specific under NetBSD.
Diffstat (limited to 'net')
-rw-r--r--net/net-snmp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 77e9fa3f114..07c193bf520 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/09/12 12:07:18 uebayasi Exp $
+# $NetBSD: Makefile,v 1.11 2003/09/14 11:58:43 tron Exp $
DISTNAME= net-snmp-5.0.9
CATEGORIES= net
@@ -80,6 +80,10 @@ CONFIGURE_ENV+= ac_cv_path_LPSTAT_PATH=no
.endif
CONFIGURE_ENV+= PERLPROG="${PERL5}"
+.if (${OPSYS} == "NetBSD")
+OSVERSION_SPECIFIC= YES
+.endif
+
# Handle ${PREFIX}/share/snmp in the DEINSTALL script since it may contain
# leftover config files or pidfiles after deinstallation.
#