aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:14:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:14:02 +0000
commit38cbe5cc9e99750df54915725121abf28135a148 (patch)
tree308ec6a88700b00819d64b8c4aeca9c20dd8bd87 /Mk/bsd.port.mk
parent21bc5c0345300431d6e3edc6c43d743c61fc7b5e (diff)
downloadports-38cbe5cc9e99750df54915725121abf28135a148.tar.gz
ports-38cbe5cc9e99750df54915725121abf28135a148.zip
Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.
Also: - replace USE_FIREBIRD by USES=firebird. - convert ports depending on databases/firebird25-client directly to USES=firebird. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
Notes
Notes: svn path=/head/; revision=414015
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 469427c9966e..34a356df9dd2 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1864,7 +1864,7 @@ _FORCE_POST_PATTERNS= rmdir kldxref mkfontscale mkfontdir fc-cache \
.endif
.if defined(USE_MYSQL) || defined(WANT_MYSQL_VER) || \
- defined(USE_BDB) || defined(USE_FIREBIRD)
+ defined(USE_BDB)
.include "${PORTSDIR}/Mk/bsd.database.mk"
.endif