diff options
Diffstat (limited to 'security/ssh/Makefile')
-rw-r--r-- | security/ssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index e9d245deaf25..5557bb4c340e 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -120,7 +120,7 @@ CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5 .endif # Include extra files if X11 is installed -.if defined(WITH_X11) || (exists(${X11BASE}/lib/libX11.a) \ +.if defined(WITH_X11) || (exists(${LOCALBASE}/lib/libX11.a) \ && !defined(WITHOUT_X11)) USE_XORG= x11 PLIST:= ${WRKDIR}/PLIST |