svn commit: r303782 - head/devel/php-xdebug

Florian Smeets flo at FreeBSD.org
Thu Sep 6 16:13:31 UTC 2012


Author: flo
Date: Thu Sep  6 16:13:30 2012
New Revision: 303782
URL: http://svn.freebsd.org/changeset/ports/303782

Log:
  Do not force DEFAULT_PHP_VER to version 5, let bsd.php.mk figure it out.
  This allows xdebug to work with all PHP versions again.
  
  PR:		ports/170614
  Approved by:	maintainer timeout

Modified:
  head/devel/php-xdebug/Makefile   (contents, props changed)

Modified: head/devel/php-xdebug/Makefile
==============================================================================
--- head/devel/php-xdebug/Makefile	Thu Sep  6 16:01:49 2012	(r303781)
+++ head/devel/php-xdebug/Makefile	Thu Sep  6 16:13:30 2012	(r303782)
@@ -20,7 +20,6 @@ USE_PHP=	yes
 USE_PHPEXT=	yes
 USE_PHPIZE=	yes
 SUB_FILES=	pkg-message
-DEFAULT_PHP_VER=	5
 
 PKGMESSAGE=	${WRKDIR}/pkg-message
 



More information about the svn-ports-all mailing list