aboutsummaryrefslogtreecommitdiff
path: root/www/typo3
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-03-06 06:54:19 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-03-06 06:54:19 +0000
commitbe4c6448a890a12891a93bbc158a66ec4e868e79 (patch)
tree8cbaf74b97ffda20f53930215deea45720b020a0 /www/typo3
parent153a5ec176dc0b1a86f0eddd7cfb0ee8009b6c1f (diff)
downloadports-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/typo3')
-rw-r--r--www/typo3/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/www/typo3/Makefile b/www/typo3/Makefile
index e17963c46d80..9fec12179d9f 100644
--- a/www/typo3/Makefile
+++ b/www/typo3/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