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/typo343 | |
parent | - Update to 2.2.17 (diff) |
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/typo343')
-rw-r--r-- | www/typo343/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/typo343/Makefile b/www/typo343/Makefile index e17963c46d80..9fec12179d9f 100644 --- a/www/typo343/Makefile +++ b/www/typo343/Makefile @@ -41,9 +41,6 @@ USE_PHP+= gd USE_PHP+= zlib .endif -# Include bsd.php.mk because use USE_PHP after bsd.port.pre.mk -.include "${PORTSDIR}/Mk/bsd.php.mk" - .if defined(WITH_IMAGICK) LIB_DEPENDS+= Magick.10:${PORTSDIR}/graphics/ImageMagick .endif |