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 /security/yapet | |
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 'security/yapet')
-rw-r--r-- | security/yapet/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/security/yapet/Makefile b/security/yapet/Makefile index aa1b63bb7d35..bb5ffe44eac3 100644 --- a/security/yapet/Makefile +++ b/security/yapet/Makefile @@ -15,8 +15,6 @@ USES= gmake ncurses USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-silent-rules - OPTIONS_DEFINE= CONVERTERS DOCS NLS OPTIONS_DEFAULT= CONVERTERS OPTIONS_SUB= yes |