summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2006-05-06 17:12:33 +0000
committerheinz <heinz@pkgsrc.org>2006-05-06 17:12:33 +0000
commitd659a205c24f77c8a250d12b3f3a9cbcad5b68c7 (patch)
tree373fae19b557dc2bd7755b93392d5cfc73c53d75
parent644eac4b1be9c9876f0bf4562444c121f0642d28 (diff)
downloadpkgsrc-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.
-rw-r--r--net/mbrowse/Makefile3
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 && \