diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2006-03-20 10:18:18 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2006-03-20 10:18:18 +0000 |
commit | 44360b4b351cbb64775f9562744abb0de7126737 (patch) | |
tree | 199cc83a866c4788340c4b7cb185a0341392d283 /devel/pecl-statgrab | |
parent | 3af3136baa80785bbcdb64fb7635deb7d5659621 (diff) | |
download | ports-44360b4b351cbb64775f9562744abb0de7126737.tar.gz ports-44360b4b351cbb64775f9562744abb0de7126737.zip |
Notes
Diffstat (limited to 'devel/pecl-statgrab')
-rw-r--r-- | devel/pecl-statgrab/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 82638e9a0ed5..244c69a2e57f 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -7,7 +7,7 @@ PORTNAME= statgrab PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -18,7 +18,7 @@ DIST_SUBDIR= PECL MAINTAINER= tdb@FreeBSD.org COMMENT= A PECL extension to retrieve information from libstatgrab -LIB_DEPENDS= statgrab.7:${PORTSDIR}/devel/libstatgrab +LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab USE_PHP= yes USE_PHPEXT= yes |