Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2012 11:46:25 GMT
From:      scheidell@FreeBSD.org
To:        wmoran@collaborativefusion.com, scheidell@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, scheidell@FreeBSD.org
Subject:   Re: ports/170614: devel/php-xdebug brings in php54, even though php53 wanted
Message-ID:  <201208141146.q7EBkPvh027450@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: devel/php-xdebug brings in php54, even though php53 wanted

Responsible-Changed-From-To: freebsd-ports-bugs->scheidell
Responsible-Changed-By: scheidell
Responsible-Changed-When: Tue Aug 14 11:46:06 UTC 2012
Responsible-Changed-Why: 
See if this patch doesn't fix it:
--- Makefile	(revision 302518)
+++ Makefile	(working copy)
@@ -20,7 +20,7 @@
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 SUB_FILES=	pkg-message
-DEFAULT_PHP_VER=	5
+DEFAULT_PHP_VER?=	5
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 


http://www.freebsd.org/cgi/query-pr.cgi?pr=170614



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