diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-15 19:56:52 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2004-06-15 19:56:52 +0000 |
commit | 90d140a4c7313128bf9b97f1ed2ca539e49cbb65 (patch) | |
tree | 0bb8a082aa9319e98955592ddf8c369ac3b6d42c /devel/php-xdebug/Makefile | |
parent | a9a10de2792f61ae72e919fbb647f6bc3b75ce4e (diff) | |
download | ports-90d140a4c7313128bf9b97f1ed2ca539e49cbb65.tar.gz ports-90d140a4c7313128bf9b97f1ed2ca539e49cbb65.zip |
Notes
Diffstat (limited to 'devel/php-xdebug/Makefile')
-rw-r--r-- | devel/php-xdebug/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/php-xdebug/Makefile b/devel/php-xdebug/Makefile index 27ea39a3fc9a..e536aafd6075 100644 --- a/devel/php-xdebug/Makefile +++ b/devel/php-xdebug/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xdebug -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel -MASTER_SITES= http://files.derickrethans.nl/ +MASTER_SITES= http://www.xdebug.org/files/ PKGNAMEPREFIX= php- EXTRACT_SUFX= .tgz @@ -18,6 +18,7 @@ COMMENT= Xdebug extension for PHP USE_PHP= yes USE_PHPIZE= yes CONFIGURE_ARGS= --enable-xdebug --with-php-config=${PREFIX}/bin/php-config +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PKGMESSAGE= ${WRKDIR}/pkg-message post-build: |