diff options
author | markd <markd@pkgsrc.org> | 2007-06-06 11:10:33 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2007-06-06 11:10:33 +0000 |
commit | 3e595e59223166e38d415fb22c8e5bc546d652ee (patch) | |
tree | 2b970b0ee0b5f1ef78a599ff18aef73d4e468026 /misc/kdeutils3/Makefile | |
parent | f50dc45760eeae3a377c0f5e56f03a2c80cd033a (diff) | |
download | pkgsrc-3e595e59223166e38d415fb22c8e5bc546d652ee.tar.gz |
Fix build on Solaris and tell configure not to pick up stray snmp
libraries.
Diffstat (limited to 'misc/kdeutils3/Makefile')
-rw-r--r-- | misc/kdeutils3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kdeutils3/Makefile b/misc/kdeutils3/Makefile index 97ac31155f9..aedc1b0a653 100644 --- a/misc/kdeutils3/Makefile +++ b/misc/kdeutils3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.59 2007/05/23 13:19:23 markd Exp $ +# $NetBSD: Makefile,v 1.60 2007/06/06 11:10:33 markd Exp $ DISTNAME= kdeutils-${_KDE_VERSION} COMMENT= Utilities for the KDE integrated X11 desktop @@ -27,6 +27,7 @@ CPPFLAGS+= -DARK_TAR="\"${PREFIX.gtar}/bin/${GNU_PROGRAM_PREFIX}tar\"" CPPFLAGS+= -D__NetBSD_APM__ .endif +CONFIGURE_ARGS+= --with-snmp=no CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} CONFIGURE_ENV+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} |