diff options
author | heinz <heinz@pkgsrc.org> | 2006-05-06 17:12:33 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2006-05-06 17:12:33 +0000 |
commit | d659a205c24f77c8a250d12b3f3a9cbcad5b68c7 (patch) | |
tree | 373fae19b557dc2bd7755b93392d5cfc73c53d75 /net | |
parent | 644eac4b1be9c9876f0bf4562444c121f0642d28 (diff) | |
download | pkgsrc-d659a205c24f77c8a250d12b3f3a9cbcad5b68c7.tar.gz |
The configure script needs to know the location of the installed net-snmp
package. For non-default paths (eg, /opt/pkg) we need to tell
"configure" this explicitly.
This should fix build problems observed on Linux.
Diffstat (limited to 'net')
-rw-r--r-- | net/mbrowse/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile index cdbff42c420..eaf90cbb09c 100644 --- a/net/mbrowse/Makefile +++ b/net/mbrowse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/14 21:47:41 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2006/05/06 17:12:33 heinz Exp $ DISTNAME= mbrowse-0.3.1 CATEGORIES= net @@ -11,6 +11,7 @@ COMMENT= Graphical SNMP MIB browser PKG_INSTALLATION_TYPES= overwrite pkgviews GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-snmp-prefix=${PREFIX:Q} pre-configure: @ ${TEST} -r ${PKGDIR}/../../mk/gnu-config/missing && \ |