From owner-svn-ports-head@FreeBSD.ORG Mon Apr 1 15:12:36 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9449EDA6; Mon, 1 Apr 2013 15:12:36 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 85DEDBDD; Mon, 1 Apr 2013 15:12:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r31FCagv008356; Mon, 1 Apr 2013 15:12:36 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r31FCa1u008355; Mon, 1 Apr 2013 15:12:36 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201304011512.r31FCa1u008355@svn.freebsd.org> From: Bryan Drewery Date: Mon, 1 Apr 2013 15:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r315654 - head/deskutils/horde-kronolith X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Apr 2013 15:12:36 -0000 Author: bdrewery Date: Mon Apr 1 15:12:35 2013 New Revision: 315654 URL: http://svnweb.freebsd.org/changeset/ports/315654 Log: - Fix build with bmake - Trim header while here PR: ports/177187 Submitted by: John Marino With hat: portmgr Modified: head/deskutils/horde-kronolith/Makefile Modified: head/deskutils/horde-kronolith/Makefile ============================================================================== --- head/deskutils/horde-kronolith/Makefile Mon Apr 1 14:57:54 2013 (r315653) +++ head/deskutils/horde-kronolith/Makefile Mon Apr 1 15:12:35 2013 (r315654) @@ -1,9 +1,5 @@ -# Ports collection makefile for: horde-kronolith -# Date created: Sun Dec 02, 2001 -# Whom: Thierry Thomas () -# +# Created by: Thierry Thomas () # $FreeBSD$ -# PORTNAME= kronolith PORTVERSION= 4.0.4 @@ -64,7 +60,7 @@ USE_HORDE_RUN= Horde_Role \ RUN_DEPENDS+= ${PEARDIR}/Date/Holidays.php:${PORTSDIR}/devel/pear-Date_Holidays .endif -.if ${PORT_OPTIONS:MTIMEOBJECTS +.if ${PORT_OPTIONS:MTIMEOBJECTS} USE_HORDE_RUN+= timeobjects .endif