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 | |
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')
-rw-r--r-- | security/cardpeek/Makefile | 1 | ||||
-rw-r--r-- | security/yapet/Makefile | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/security/cardpeek/Makefile b/security/cardpeek/Makefile index b89accc1173c..8a4349e2e756 100644 --- a/security/cardpeek/Makefile +++ b/security/cardpeek/Makefile @@ -18,7 +18,6 @@ RUN_DEPENDS= pcscd:devel/pcsc-lite USES= execinfo iconv localbase lua pkgconfig USE_GNOME= gtk30 GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules INSTALLS_ICONS= yes PLIST_FILES= bin/cardpeek man/man1/cardpeek.1.gz \ 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 |