diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-29 21:37:29 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-03-29 21:37:29 +0000 |
commit | e35114d2482f50184c70414b5bf464a3e2e441a3 (patch) | |
tree | cd846f4054bc7e8ac333f9fe087cc535b08f2177 /deskutils/egroupware | |
parent | ff82afe0bdb637a7c0e7bfb3073e3746f1f2404a (diff) | |
download | ports-e35114d2482f50184c70414b5bf464a3e2e441a3.tar.gz ports-e35114d2482f50184c70414b5bf464a3e2e441a3.zip |
This port requires PHP to run (RUN_DEPENDS).
Submitted by: James Housley <jim@thehousleys.net>
Notes
Notes:
svn path=/head/; revision=40553
Diffstat (limited to 'deskutils/egroupware')
-rw-r--r-- | deskutils/egroupware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/egroupware/Makefile b/deskutils/egroupware/Makefile index 3d34a372eb2f..ad6226d214db 100644 --- a/deskutils/egroupware/Makefile +++ b/deskutils/egroupware/Makefile @@ -13,6 +13,8 @@ DISTNAME= phpGroupWare-${PORTVERSION} MAINTAINER= olgeni@FreeBSD.org +RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 + NO_BUILD= yes WRKSRC= ${WRKDIR}/phpgroupware |