diff options
Diffstat (limited to 'net/kea/Makefile')
-rw-r--r-- | net/kea/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/kea/Makefile b/net/kea/Makefile index 425dd52b8745..a0c734b7cc38 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -19,8 +19,7 @@ USE_LDCONFIG= yes USE_OPENSSL= yes USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-silent-rules \ - --with-openssl=${OPENSSLBASE} \ +CONFIGURE_ARGS= --with-openssl=${OPENSSLBASE} \ --with-log4cplus=${LOCALBASE} \ --with-boost-include=${LOCALBASE}/include \ --with-boost-lib-dir=${LOCALBASE}/lib \ |