aboutsummaryrefslogtreecommitdiffstats
path: root/databases/fpc-ibase/Makefile
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-26 00:14:02 +0800
committermat <mat@FreeBSD.org>2016-04-26 00:14:02 +0800
commit7cab18d271665feeb69df3da26642939a391dcc3 (patch)
tree308ec6a88700b00819d64b8c4aeca9c20dd8bd87 /databases/fpc-ibase/Makefile
parent249200c5ac5a6482e3f464dcbabf7f4879065734 (diff)
downloadfreebsd-ports-gnome-7cab18d271665feeb69df3da26642939a391dcc3.tar.gz
freebsd-ports-gnome-7cab18d271665feeb69df3da26642939a391dcc3.tar.zst
freebsd-ports-gnome-7cab18d271665feeb69df3da26642939a391dcc3.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
Diffstat (limited to 'databases/fpc-ibase/Makefile')
-rw-r--r--databases/fpc-ibase/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/fpc-ibase/Makefile b/databases/fpc-ibase/Makefile
index 45603a4eedc3..c13f5dc5bec1 100644
--- a/databases/fpc-ibase/Makefile
+++ b/databases/fpc-ibase/Makefile
@@ -17,6 +17,6 @@ OPTIONS_DEFINE= IBASE
IBASE_DESC= Install Interbase/Firebird client
OPTIONS_DEFAULT= IBASE
-IBASE_USE= FIREBIRD=yes
+IBASE_USES= firebird
.include "${MASTERDIR}/Makefile"