svn commit: r369724 - branches/2014Q4/archivers/pear-Horde_Compress_Fast

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 1 13:08:56 UTC 2014


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 at FreeBSD.org
 COMMENT=	Horde Fast Compression Library
 
 USES=	horde
+USE_HORDE_RUN=	Horde_Exception
 
 .include <bsd.port.mk>


More information about the svn-ports-branches mailing list