diff options
author | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-27 06:05:23 +0800 |
---|---|---|
committer | tabthorpe <tabthorpe@FreeBSD.org> | 2007-12-27 06:05:23 +0800 |
commit | 85291a9a37eee1b3097ec20012078b71f3310bff (patch) | |
tree | 124a2e3a17ae73eb336d47e2aa8f4e5b46025398 /net-p2p/rtgui | |
parent | 37f64015fdf22d2264757d548c555b2c56ddea4f (diff) | |
download | freebsd-ports-gnome-85291a9a37eee1b3097ec20012078b71f3310bff.tar.gz freebsd-ports-gnome-85291a9a37eee1b3097ec20012078b71f3310bff.tar.zst freebsd-ports-gnome-85291a9a37eee1b3097ec20012078b71f3310bff.zip |
- Add session extension for php
- Bump PORTREVISION
PR: ports/119038
Submitted by: Philippe Audeoud <jadawin tuxaco.net> (maintainer)
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 |