Index: Makefile =================================================================== --- Makefile (revision 382272) +++ Makefile (working copy) @@ -18,9 +18,8 @@ CONFLICTS?= openssh-3.* ssh-1.* ssh2-3.* -USES= alias +USES= alias nobase ssl USE_AUTOTOOLS= autoconf autoheader -USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_func_strnvis=no CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ @@ -170,10 +169,6 @@ . else CONFIGURE_ARGS+= --with-kerberos5=${LOCALBASE} . endif -. if ${OPENSSLBASE} == "/usr" -CONFIGURE_ARGS+= --without-rpath -LDFLAGS= # empty -. endif .else . if ${PORT_OPTIONS:MKERB_GSSAPI} IGNORE= KERB_GSSAPI requires one of MIT HEIMDAL or HEIMDAL_BASE @@ -180,9 +175,7 @@ . endif .endif -.if ${OPENSSLBASE} != "/usr" -CONFIGURE_ARGS+= --with-ssl-dir=${OPENSSLBASE} -.endif +CONFIGURE_ARGS+= --with-ssl-dir=${LOCALBASE} EMPTYDIR= /var/empty