diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-03-10 23:52:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-03-10 23:52:50 +0000 |
commit | df48d95591336a4199df29cf5945af3e08bbee3a (patch) | |
tree | c9b8c51f5510a8fa0be1423e1e2340a73f837d1b /net/pear-Services_Twitter | |
parent | cdf89a89c98143818cb2ddcd19e4475d0cac25e0 (diff) | |
download | ports-df48d95591336a4199df29cf5945af3e08bbee3a.tar.gz ports-df48d95591336a4199df29cf5945af3e08bbee3a.zip |
Notes
Diffstat (limited to 'net/pear-Services_Twitter')
-rw-r--r-- | net/pear-Services_Twitter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pear-Services_Twitter/Makefile b/net/pear-Services_Twitter/Makefile index 0adbd1e38486..c158da63c628 100644 --- a/net/pear-Services_Twitter/Makefile +++ b/net/pear-Services_Twitter/Makefile @@ -7,6 +7,7 @@ PORTNAME= Services_Twitter PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net www pear MAINTAINER= miwi@FreeBSD.org @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ ${PEARDIR}/HTTP/Request2.php:${PORTSDIR}/www/pear-HTTP_Request2 RUN_DEPENDS= ${BUILD_DEPENDS} -USE_PHP= json simplexml +USE_PHP= json simplexml mbstring FILES= Services/Twitter.php Services/Twitter/Exception.php DATA= api.rng api.xml |