diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-13 21:08:09 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-10-13 21:08:09 +0800 |
commit | 35903aac1305920966315b2b233e5c6b38192c22 (patch) | |
tree | 402368e0a6370d6647af921f27de783d69a0aff7 /databases | |
parent | c2cd97da7047c5e388be8d068c9f266997680048 (diff) | |
download | freebsd-ports-gnome-35903aac1305920966315b2b233e5c6b38192c22.tar.gz freebsd-ports-gnome-35903aac1305920966315b2b233e5c6b38192c22.tar.zst freebsd-ports-gnome-35903aac1305920966315b2b233e5c6b38192c22.zip |
- Switch couple more ports to verbose build
- Remove --disable-silent-rules which are used by default
Approved by: portmgr blanket
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/libgda5/Makefile b/databases/libgda5/Makefile index c8915beac4cc..078b1e01cc79 100644 --- a/databases/libgda5/Makefile +++ b/databases/libgda5/Makefile @@ -31,8 +31,7 @@ INSTALL_TARGET= install-strip CONFIGURE_ARGS= --without-oracle \ --disable-crypto \ --disable-default-binary \ - --enable-introspection \ - --disable-silent-rules + --enable-introspection .include <bsd.port.options.mk> |