diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2005-09-02 18:13:04 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2005-09-02 18:13:04 +0000 |
commit | 5b0815e892df3a66fe19c018d60de4fd9b85ff09 (patch) | |
tree | 73915455d9a89a90570e704340013ca35d815431 /www/gforge/Makefile | |
parent | 0581a813fa272f427d36034a8386ca70609cdae2 (diff) | |
download | ports-5b0815e892df3a66fe19c018d60de4fd9b85ff09.tar.gz ports-5b0815e892df3a66fe19c018d60de4fd9b85ff09.zip |
Notes
Diffstat (limited to 'www/gforge/Makefile')
-rw-r--r-- | www/gforge/Makefile | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/www/gforge/Makefile b/www/gforge/Makefile index 801a836ab9de..3719b4cbab7d 100644 --- a/www/gforge/Makefile +++ b/www/gforge/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= http://gforge.org/frs/download.php/103/ MAINTAINER= laszlof@vonostingroup.com COMMENT= Open Source collaborative software development tool -RUN_DEPENDS= ${LOCALBASE}/bin/php:${PORTSDIR}/lang/php4 \ - ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \ +RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget \ ${LOCALBASE}/share/jpgraph/imgdata_balls.inc:${PORTSDIR}/graphics/jpgraph USE_BZIP2= YES @@ -24,29 +23,14 @@ HAS_CONFIGURE= YES USE_APACHE= YES USE_AUTOCONF_VER= 253 NO_BUILD= YES - -.if defined(WITH_APACHE2) -MOD_DIR= libexec/apache2 -.else -MOD_DIR= libexec/apache -.endif - -MOD_PHP= ${LOCALBASE}/${MOD_DIR}/libphp4.so -BIN_PHP= ${LOCALBASE}/bin/php -PQ_LIB= ${LOCALBASE}/lib/libpq.so +USE_PHP= pgsql session +WANT_PHP_CLI= YES +WANT_PHP_MOD= YES NO_PACKAGE= "The configure process uses hostname." .include <bsd.port.pre.mk> -### Misc checks -.if !exists(${MOD_PHP}) && !exists(${BIN_PHP}) -IGNORE= You MUST have installed PHP from lang/php4 \(mod_php et php-cli are required\) -.endif -.if !exists(${PQ_LIB}) -IGNORE+= PHP needs PostgreSQL support -.endif - .if defined(WITH_JABBER) CONFIGURE_ARGS+= --enable-jabber RUN_DEPENDS+= ${LOCALBASE}/sbin/jabberd:${PORTSDIR}/net/jabber |