mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
4440fb81d4
Due to a misspelling in GCC [1] (probably) the check for the ARMv6KZ platform used ARM_ARCH_6ZK instead of ARM_ARCH_6KZ. [1] https://gcc.gnu.org/ml/gcc-patches/2015-06/msg01679.html PR: 210027 Submitted by: Mikaël Urankar <mikael.urankar@gmail.com> Reviewed by: rakuco Differential Revision: https://reviews.freebsd.org/D8322
11 lines
191 B
Makefile
11 lines
191 B
Makefile
# Created by: Lauri Watts <lauri@kde.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= Qt PostgreSQL database plugin
|
|
DB= psql
|
|
USES= pgsql
|
|
|
|
.include "${.CURDIR:H:H}/devel/qt4/Makefile.sqldrivers"
|