From owner-cvs-all@FreeBSD.ORG Thu Sep 4 15:23:00 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2D81C106568F; Thu, 4 Sep 2008 15:23:00 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 027798FC35; Thu, 4 Sep 2008 15:23:00 +0000 (UTC) (envelope-from timur@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m84FMxsh022018; Thu, 4 Sep 2008 15:22:59 GMT (envelope-from timur@repoman.freebsd.org) Received: (from timur@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m84FMxmm022017; Thu, 4 Sep 2008 15:22:59 GMT (envelope-from timur) Message-Id: <200809041522.m84FMxmm022017@repoman.freebsd.org> From: "Timur I. Bakeyev" Date: Thu, 4 Sep 2008 15:22:59 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-mgmt/nagios-plugins Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Sep 2008 15:23:00 -0000 timur 2008-09-04 15:22:59 UTC FreeBSD ports repository Modified files: net-mgmt/nagios-plugins Makefile Log: * Add LOCALBASE to the CFLAGS, CPPFLAGS and LDFLAGS, so ldap(and other) libraries and headers could be found. * Removed unnecesary USE_ICONV, as it is used only by GETTEXT and comes as it's dependency anyhow. Revision Changes Path 1.71 +4 -5 ports/net-mgmt/nagios-plugins/Makefile