Thu Jun 14 07:56:47 2012 UTC ()
SET_LIBDIR=yes


(sbd)
diff -r1.37 -r1.38 pkgsrc/parallel/ganglia-monitor-core/Makefile

cvs diff -r1.37 -r1.38 pkgsrc/parallel/ganglia-monitor-core/Makefile (expand / switch to unified diff)

--- pkgsrc/parallel/ganglia-monitor-core/Makefile 2012/06/14 07:44:39 1.37
+++ pkgsrc/parallel/ganglia-monitor-core/Makefile 2012/06/14 07:56:47 1.38
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.37 2012/06/14 07:44:39 sbd Exp $ 1# $NetBSD: Makefile,v 1.38 2012/06/14 07:56:47 sbd Exp $
2# 2#
3 3
4DISTNAME= ganglia-3.1.2 4DISTNAME= ganglia-3.1.2
5PKGNAME= ganglia-monitor-core-3.1.2 5PKGNAME= ganglia-monitor-core-3.1.2
6PKGREVISION= 12 6PKGREVISION= 12
7CATEGORIES= net parallel 7CATEGORIES= net parallel
8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/} 8MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ganglia/}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://ganglia.sourceforge.net/ 11HOMEPAGE= http://ganglia.sourceforge.net/
12COMMENT= Ganglia cluster monitor, monitoring daemon 12COMMENT= Ganglia cluster monitor, monitoring daemon
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
 17SET_LIBDIR= yes
17 18
18CONFIGURE_ARGS+= --with-gmetad 19CONFIGURE_ARGS+= --with-gmetad
19USE_LIBTOOL= yes 20USE_LIBTOOL= yes
20USE_LANGUAGES+= c c++ c99 fortran77 21USE_LANGUAGES+= c c++ c99 fortran77
21 22
22PLIST_VARS+= python 23PLIST_VARS+= python
23 24
24PKG_OPTIONS_VAR= PKG_OPTIONS.ganglia 25PKG_OPTIONS_VAR= PKG_OPTIONS.ganglia
25PKG_SUPPORTED_OPTIONS= python # Gmond support for python modules 26PKG_SUPPORTED_OPTIONS= python # Gmond support for python modules
26 27
27.include "../../mk/bsd.options.mk" 28.include "../../mk/bsd.options.mk"
28 29
29.if !empty(PKG_OPTIONS:Mpython) 30.if !empty(PKG_OPTIONS:Mpython)