Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Jun 2013 17:48:36 +0000 (UTC)
From:      Andrej Zverev <az@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r321208 - head/lang/php52
Message-ID:  <201306181748.r5IHmarH049125@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@egr.msu.edu>
  Approved by:	Alex Keda <admin@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}



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