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 /security/base | |
parent | 153a5ec176dc0b1a86f0eddd7cfb0ee8009b6c1f (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 'security/base')
-rw-r--r-- | security/base/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/base/Makefile b/security/base/Makefile index f6e91b2789d9..80477d6a5282 100644 --- a/security/base/Makefile +++ b/security/base/Makefile @@ -42,9 +42,6 @@ USE_PHP+= pgsql RUN_DEPENDS+= ${LOCALBASE}/share/fpdf/fpdf.php:${PORTSDIR}/print/fpdf .endif -# we need this because we USE_PHP after bsd.port.pre.mk is included -.include "${PORTSDIR}/Mk/bsd.php.mk" - do-build: @${REINPLACE_CMD} -e 's,DBlib_path = "",DBlib_path = "${ADODB_DIR}",' \ ${WRKSRC}/base_conf.php.dist |