diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-03-06 06:54:19 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-03-06 06:54:19 +0000 |
commit | be4c6448a890a12891a93bbc158a66ec4e868e79 (patch) | |
tree | 8cbaf74b97ffda20f53930215deea45720b020a0 /www/horde4-base | |
parent | 153a5ec176dc0b1a86f0eddd7cfb0ee8009b6c1f (diff) | |
download | ports-be4c6448a890a12891a93bbc158a66ec4e868e79.tar.gz ports-be4c6448a890a12891a93bbc158a66ec4e868e79.zip |
Use the new facility of bsd.port.mk to be able to simplify the interaction
of USE_PHP and OPTIONS.
PR: ports/106557
Submitted by: ale
Hat: portmgr
Notes
Notes:
svn path=/head/; revision=186641
Diffstat (limited to 'www/horde4-base')
-rw-r--r-- | www/horde4-base/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index fe07c71a2743..0a367f81bb71 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -235,8 +235,6 @@ USE_PHP+= mcal . endif .endif -.include "${PORTSDIR}/Mk/bsd.php.mk" - .if ${APACHE_VERSION} >= 20 APACHE_CNFDIR= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/} HORDE_INC= ${APACHE_CNFDIR}/Includes |