diff options
author | Adriaan de Groot <adridg@FreeBSD.org> | 2018-03-02 13:07:57 +0000 |
---|---|---|
committer | Adriaan de Groot <adridg@FreeBSD.org> | 2018-03-02 13:07:57 +0000 |
commit | 60c54b6248973222581cc70b85a5d6a97cdba9e4 (patch) | |
tree | d7e241e3cdc40e57a1ea71e4ac97254e56b8c248 /databases/qt4-ibase-plugin | |
parent | 03e1bcd847a2cc799fce36d016b67714b608a58c (diff) |
Notes
Diffstat (limited to 'databases/qt4-ibase-plugin')
-rw-r--r-- | databases/qt4-ibase-plugin/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/qt4-ibase-plugin/Makefile b/databases/qt4-ibase-plugin/Makefile index 0d83d6755355..45caefb79630 100644 --- a/databases/qt4-ibase-plugin/Makefile +++ b/databases/qt4-ibase-plugin/Makefile @@ -7,4 +7,6 @@ COMMENT= Qt InterBase/Firebird database plugin DB= ibase USES= firebird +ONLY_FOR_ARCHS= i386 amd64 + .include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers" |