There is a typo in the Makefile that bmake will not tolerate. Patch to fix it attached. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs ports PR.
Responsible Changed From-To: freebsd-ports-bugs->horde Over to maintainer (via the GNATS Auto Assign Tool)
State Changed From-To: open->closed Committed. Thanks!
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 <draco@marino.st> 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 (<thierry@thomas.as>) -# +# Created by: Thierry Thomas (<thierry@thomas.as>) # $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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"