svn commit: r321208 - head/lang/php52

Andrej Zverev az at FreeBSD.org
Tue Jun 18 17:48:36 UTC 2013


Author: az
Date: Tue Jun 18 17:48:36 2013
New Revision: 321208
URL: http://svnweb.freebsd.org/changeset/ports/321208

Log:
  - Fix after convertion to new options framework
  
  PR:		ports/179665
  Submitted by:	Adam McDougall <mcdouga9 at egr.msu.edu>
  Approved by:	Alex Keda <admin at lissyara.su> (maintainer)

Modified:
  head/lang/php52/Makefile.ext   (contents, props changed)

Modified: head/lang/php52/Makefile.ext
==============================================================================
--- head/lang/php52/Makefile.ext	Tue Jun 18 17:36:23 2013	(r321207)
+++ head/lang/php52/Makefile.ext	Tue Jun 18 17:48:36 2013	(r321208)
@@ -142,6 +142,8 @@ USES+=		iconv
 .endif
 
 .if ${PHP_MODNAME} == "imap"
+OPTIONS_DEFINE=	SSL
+OPTIONS_DEFAULT=	SSL
 LIB_DEPENDS+=	c-client4.9:${PORTSDIR}/mail/cclient
 
 CONFIGURE_ARGS+=--with-imap=${LOCALBASE}


More information about the svn-ports-all mailing list