diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-26 22:05:23 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2007-12-26 22:05:23 +0000 |
commit | 00e230f60ad2918fbf18c54a8bc3d668669c636c (patch) | |
tree | 1c6a761e2063a4e107c807ddb4c7ef356aaa199f /net-p2p/rtgui | |
parent | a7ba03937c10b71f9e1d5e533b2a5f3076be2edc (diff) | |
download | ports-00e230f60ad2918fbf18c54a8bc3d668669c636c.tar.gz ports-00e230f60ad2918fbf18c54a8bc3d668669c636c.zip |
Notes
Diffstat (limited to 'net-p2p/rtgui')
-rw-r--r-- | net-p2p/rtgui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/rtgui/Makefile b/net-p2p/rtgui/Makefile index a623d7832811..0fce4c6bb2cb 100644 --- a/net-p2p/rtgui/Makefile +++ b/net-p2p/rtgui/Makefile @@ -7,6 +7,7 @@ PORTNAME= rtgui PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= net-p2p www MASTER_SITES= http://rtgui.googlecode.com/files/ EXTRACT_SUFX= .tgz @@ -30,7 +31,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/${APACHEMODDIR}/mod_scgi.so:${PORTSDIR}/www/mod_scg RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd .endif -USE_PHP= xmlrpc +USE_PHP= xmlrpc session WANT_PHP_WEB= yes NO_BUILD= yes |