svn commit: r319911 - head/databases/pear-Horde_HashTable

Martin Matuska mm at FreeBSD.org
Tue Jun 4 21:26:00 UTC 2013


Author: mm
Date: Tue Jun  4 21:25:59 2013
New Revision: 319911
URL: http://svnweb.freebsd.org/changeset/ports/319911

Log:
  Add optional dependency on Horde_Memcache to Horde_HashTable

Modified:
  head/databases/pear-Horde_HashTable/Makefile

Modified: head/databases/pear-Horde_HashTable/Makefile
==============================================================================
--- head/databases/pear-Horde_HashTable/Makefile	Tue Jun  4 21:22:13 2013	(r319910)
+++ head/databases/pear-Horde_HashTable/Makefile	Tue Jun  4 21:25:59 2013	(r319911)
@@ -8,8 +8,14 @@ PKGNAMEPREFIX=	pear-
 MAINTAINER=	horde at FreeBSD.org
 COMMENT=	Horde Hash Table Interface
 
+OPTIONS_DEFINE=	MEMCACHE
 USE_HORDE_RUN=	Horde_Exception
 
 .include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MMEMCACHE}
+USE_HORDE_RUN+=	Horde_Memcache
+.endif
+
 .include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list