diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-03-29 21:37:29 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-03-29 21:37:29 +0000 |
commit | dab61cf0017f8498b69c4eadecff4d120f935027 (patch) | |
tree | 0aaf61d6170ba910a4ccf63a9103c5c08fe2b625 /deskutils/phpgroupware | |
parent | 2fb720ab6c9075e218b53a8642bb60d5a0b254b4 (diff) | |
download | FreeBSD-ports-dab61cf0017f8498b69c4eadecff4d120f935027.zip FreeBSD-ports-dab61cf0017f8498b69c4eadecff4d120f935027.tar.gz |
This port requires PHP to run (RUN_DEPENDS).
Submitted by: James Housley <jim@thehousleys.net>
Diffstat (limited to 'deskutils/phpgroupware')
-rw-r--r-- | deskutils/phpgroupware/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/phpgroupware/Makefile b/deskutils/phpgroupware/Makefile index 3d34a37..ad6226d 100644 --- a/deskutils/phpgroupware/Makefile +++ b/deskutils/phpgroupware/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 |