diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2013-04-01 23:12:35 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2013-04-01 23:12:35 +0800 |
commit | 8152d531d8d50402189e0075f4255510494adfbd (patch) | |
tree | 24de20318623b57077a5d5fda833a7dd9d87ad8b /deskutils/horde-kronolith/Makefile | |
parent | 81591cf1cb73556eaf17144ba8fb58ab9d4b9d4f (diff) | |
download | freebsd-ports-gnome-8152d531d8d50402189e0075f4255510494adfbd.tar.gz freebsd-ports-gnome-8152d531d8d50402189e0075f4255510494adfbd.tar.zst freebsd-ports-gnome-8152d531d8d50402189e0075f4255510494adfbd.zip |
- Fix build with bmake
- Trim header while here
PR: ports/177187
Submitted by: John Marino <draco@marino.st>
With hat: portmgr
Diffstat (limited to 'deskutils/horde-kronolith/Makefile')
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index 32cab74a7f15..55bb7df8bfb9 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -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 |