diff options
author | joerg <joerg> | 2006-07-06 18:13:08 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-07-06 18:13:08 +0000 |
commit | 89568a52cb20688cbae5aabbe627d359773b409c (patch) | |
tree | 3d19ad81427fdaf15fdebd1d968f12bf99a45467 /net | |
parent | 4c85a392808c8a1ad2f8e64d5ce36f769e2c9860 (diff) | |
download | pkgsrc-89568a52cb20688cbae5aabbe627d359773b409c.tar.gz |
Export OPSYS explicitly. This worked before, but according to PR 33931
it got broken.
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index dd066ec7871..cff6a54c052 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2006/06/17 17:20:56 christos Exp $ +# $NetBSD: Makefile,v 1.50 2006/07/06 18:13:08 joerg Exp $ DISTNAME= net-snmp-5.3.0.1 PKGREVISION= 3 @@ -15,6 +15,8 @@ CONFLICTS= ucd-snmp-[0-9]* GNU_CONFIGURE= yes USE_LIBTOOL= yes +MAKE_ENV+= OPSYS=${OPSYS:Q} + # The self-test of Perl modules only works after installation because perl # can't load the shared libraries from WRKSRC/ # Until this is fixed you can test them after installation by doing |