diff options
author | tron <tron> | 2003-09-14 11:58:43 +0000 |
---|---|---|
committer | tron <tron> | 2003-09-14 11:58:43 +0000 |
commit | 2dbcd2f532d5ea082a0e52909ef7b328afccf50a (patch) | |
tree | 1b51f05c94dddd0df3ee15918057e5a3af79cdaf /net | |
parent | 3c8ea3d3b5ee6a48d718fe67b75ae34d525945dc (diff) | |
download | pkgsrc-2dbcd2f532d5ea082a0e52909ef7b328afccf50a.tar.gz |
Mark this package as operating system specific under NetBSD.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 6 |
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. # |