Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Oct 2014 13:08:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r369724 - branches/2014Q4/archivers/pear-Horde_Compress_Fast
Message-ID:  <201410011308.s91D8uTo079642@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Oct  1 13:08:55 2014
New Revision: 369724
URL: https://svnweb.freebsd.org/changeset/ports/369724
QAT: https://qat.redports.org/buildarchive/r369724/

Log:
  MFH: r369723
  
  Readd a removed (by accident) runtime dependency
  
  Reported by:	mat

Modified:
  branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile
Directory Properties:
  branches/2014Q4/   (props changed)

Modified: branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile
==============================================================================
--- branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile	Wed Oct  1 13:08:17 2014	(r369723)
+++ branches/2014Q4/archivers/pear-Horde_Compress_Fast/Makefile	Wed Oct  1 13:08:55 2014	(r369724)
@@ -2,6 +2,7 @@
 
 PORTNAME=	Horde_Compress_Fast
 PORTVERSION=	1.0.3
+PORTREVISION=	1
 CATEGORIES=	archivers www pear
 PKGNAMEPREFIX=	pear-
 
@@ -9,5 +10,6 @@ MAINTAINER=	horde@FreeBSD.org
 COMMENT=	Horde Fast Compression Library
 
 USES=	horde
+USE_HORDE_RUN=	Horde_Exception
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410011308.s91D8uTo079642>