diff --git a/net/ssldump/Makefile b/net/ssldump/Makefile index 8d848f91ae4..13df355a202 100644 --- a/net/ssldump/Makefile +++ b/net/ssldump/Makefile @@ -18,7 +18,7 @@ AUTOCONF_VERSION= 2.71 AUTOMAKE_VERSION= 1.16 CONFIGURE_ARGS+= --with-openssl-inc=/usr/include \ - --with-openssl-lib=/usr/lib \ + --with-openssl-lib=/usr/lib CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libnet-1.1 -I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib/libnet-1.1 -L${LOCALBASE}/lib" diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 95873a91b86..9ff5a787115 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -25,7 +25,7 @@ CONFIGURE_STYLE= gnu CONFIGURE_ARGS= --enable-dns \ --with-db=${LOCALBASE}/include/db4 \ --with-dblib=${LOCALBASE}/lib/db4 \ - --with-gd=${LOCALBASE}/include \ + --with-gd=${LOCALBASE}/include CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" NO_TEST= Yes